LightWrap++
AC++wrapperfortheLightWave3DSDK
lwpp::ColourPicker Class Reference

#include <colour_picker.h>

+ Inheritance diagram for lwpp::ColourPicker:
+ Collaboration diagram for lwpp::ColourPicker:

List of all members.

Public Member Functions

bool Pick (std::string title, float &red, float &green, float &blue)
bool Pick (std::string title, int &red, int &green, int &blue)
bool Pick (std::string title, int rgb[3])

Protected Member Functions

bool _acquireGlobal ()
virtual bool available () const
 Check if the global is available.
virtual LWColorActivateFunc * getGlobal ()
 Get the pointer to the global.
LWColorActivateFunc * operator-> ()
 Get the pointer to the global.

Static Protected Attributes

static LWColorActivateFunc * globPtr
 Pointer to the global functions.

Member Function Documentation

bool lwpp::GlobalBase< LWColorActivateFunc >::_acquireGlobal ( )
inlineprotectedinherited
virtual bool lwpp::GlobalBase< LWColorActivateFunc >::available ( ) const
inlinevirtualinherited

Check if the global is available.

virtual LWColorActivateFunc * lwpp::GlobalBase< LWColorActivateFunc >::getGlobal ( )
inlinevirtualinherited

Get the pointer to the global.

LWColorActivateFunc * lwpp::GlobalBase< LWColorActivateFunc >::operator-> ( )
inlineinherited

Get the pointer to the global.

bool lwpp::ColourPicker::Pick ( std::string  title,
float &  red,
float &  green,
float &  blue 
)
inline
bool lwpp::ColourPicker::Pick ( std::string  title,
int &  red,
int &  green,
int &  blue 
)
inline
bool lwpp::ColourPicker::Pick ( std::string  title,
int  rgb[3] 
)
inline

Member Data Documentation

LWColorActivateFunc * lwpp::GlobalBase< LWColorActivateFunc >::globPtr
staticprotectedinherited

Pointer to the global functions.


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