VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
Public Member Functions | Protected Attributes | List of all members
IDrawable Class Reference

IDrawable classes which inherit are 'drawable' interface can be added to the 'drawable' vector and drawn automatically by the VoxieBox class. More...

#include <vxInterfaces.h>

Inheritance diagram for IDrawable:
IVoxiePtr

Public Member Functions

virtual void draw ()
 
bool isDrawable ()
 
void setDrawable (bool option)
 
bool getDrawable ()
 
- Public Member Functions inherited from IVoxiePtr
virtual void setIVoxieBoxPtr (IVoxieBox *voxiePtr)
 
virtual IVoxieBoxgetIVoxieBoxPtr ()
 

Protected Attributes

bool drawable = true
 
- Protected Attributes inherited from IVoxiePtr
IVoxieBoxvoxiePtr = 0
 

Detailed Description

IDrawable classes which inherit are 'drawable' interface can be added to the 'drawable' vector and drawn automatically by the VoxieBox class.


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