#include <window_displayer.h>
Public Member Functions | |
CLabelEntry (const std::string &value) | |
Data Fields | |
void * | Hwnd |
bool | NeedUpdate |
std::string | Value |
|
Definition at line 87 of file window_displayer.h. References Hwnd, NeedUpdate, and value.
00087 : Hwnd(NULL), Value(value), NeedUpdate(true) { } |
|
Definition at line 88 of file window_displayer.h. Referenced by CLabelEntry(). |
|
Definition at line 90 of file window_displayer.h. Referenced by CLabelEntry(). |
|
Definition at line 89 of file window_displayer.h. |