![]() |
VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
|
IVoxiePtr classes which inherit this interface require access to IVoxieBox pointer. More...
#include <vxInterfaces.h>
Public Member Functions | |
| virtual void | setIVoxieBoxPtr (IVoxieBox *voxiePtr) |
| virtual IVoxieBox * | getIVoxieBoxPtr () |
Protected Attributes | |
| IVoxieBox * | voxiePtr = 0 |
IVoxiePtr classes which inherit this interface require access to IVoxieBox pointer.
Classes which need the voxie pointer object will usually use variables or functions from the VoxieBox object Usually when these classes are constructed the IVoxieBox pointer should be set.