![]() |
VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
|
IBreathable classes which inherit this interface can be added to the 'breathable' vector and updated automatically by the VoxieBox class during the breath() function call. More...
#include <vxInterfaces.h>
Public Member Functions | |
| virtual void | onBreath () |
| bool | isBreathable () |
| void | setBreathable (bool option) |
| bool | getBreathable () |
Public Member Functions inherited from IVoxiePtr | |
| virtual void | setIVoxieBoxPtr (IVoxieBox *voxiePtr) |
| virtual IVoxieBox * | getIVoxieBoxPtr () |
Protected Attributes | |
| bool | breathable = true |
Protected Attributes inherited from IVoxiePtr | |
| IVoxieBox * | voxiePtr = 0 |
IBreathable classes which inherit this interface can be added to the 'breathable' vector and updated automatically by the VoxieBox class during the breath() function call.