libkovan  1
The kovan standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Draw Class Reference

#include <draw.hpp>

Public Member Functions

 Draw ()
 
 ~Draw ()
 
bool open ()
 
void point (int x, int y)
 
void line (int sx, int sy, int ex, int ey)
 
void clear ()
 
void raise ()
 
void setSize (const unsigned int &width, const unsigned int &height)
 
void close ()
 

Constructor & Destructor Documentation

Draw::Draw ( )
Draw::~Draw ( )

Member Function Documentation

void Draw::clear ( )
void Draw::close ( )
void Draw::line ( int  sx,
int  sy,
int  ex,
int  ey 
)
bool Draw::open ( )
void Draw::point ( int  x,
int  y 
)
void Draw::raise ( )
void Draw::setSize ( const unsigned int &  width,
const unsigned int &  height 
)

The documentation for this class was generated from the following file: