![]() |
VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
|
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>
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 IVoxieBox * | getIVoxieBoxPtr () |
Protected Attributes | |
| bool | drawable = true |
Protected Attributes inherited from IVoxiePtr | |
| IVoxieBox * | voxiePtr = 0 |
IDrawable classes which inherit are 'drawable' interface can be added to the 'drawable' vector and drawn automatically by the VoxieBox class.