#include <IDIL_Display.h>
Public Member Functions | |
Dialogs and Widgets | |
float | getValue () |
string | getText () |
void | setValue (float) |
void | updateValue (float) |
void | setText (string) |
void | setBackgroundColor (Color) |
void | setBorderColor (Color) |
void | setTextColor (Color) |
template<class T> | |
void | setBackgroundImage (const Array< T > &) |
void | setActive () |
void | setInactive () |
bool | isActive (int, int) |
void | LBPressed (int, int) |
void | LBDown (int, int) |
void | LBReleased (int, int) |
bool | key (CImgDisplay *) |
void | draw () |
Widget () | |
Widget (float) | |
Widget (string) | |
Widget (const Widget &) | |
Widget (Dialog &, int, int, int, int, int, int) | |
~Widget () |