#include <colour_picker.h>
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
Check if the global is available.
| virtual LWColorActivateFunc * lwpp::GlobalBase< LWColorActivateFunc >::getGlobal |
( |
| ) |
|
|
inlinevirtualinherited |
Get the pointer to the global.
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
Pointer to the global functions.
The documentation for this class was generated from the following file: