My Project
Classes | Enumerations
drawinterface.h File Reference
#include "text.h"
#include "rectangle.h"
Include dependency graph for drawinterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseDrawInterfaceElement
 Base draw interface class. Parent of basic draw classes. More...
 
class  InterfaceDrawInit
 
struct  InterfaceDraw
 
class  BaseDrawInterface
 Main drwa interface class. Provides access to create/remove/update elements. More...
 

Enumerations

enum  InterfaceDrawType { EDTEXT, EDLINE, EDRECTANGLE }
 List of interface elements types with CAP comments :D. More...
 

Enumeration Type Documentation

§ InterfaceDrawType

List of interface elements types with CAP comments :D.

Enumerator
EDTEXT 

Text.

EDLINE 

Line.

EDRECTANGLE 

Rectangle.

Definition at line 96 of file drawinterface.h.