doom3-gpl
Doom 3 GPL source release
|
#include <DialogHelpers.h>
Public Member Functions | |
rvDialogItem (int id) | |
void | Cache (HWND parent) |
void | Check (bool checked) |
void | Enable (bool enable) |
bool | IsChecked (void) |
void | SetText (const char *text) |
void | GetText (idStr &out) |
float | GetFloat (void) |
void | SetFloat (float f) |
operator HWND (void) const | |
Public Attributes | |
HWND | mWindow |
int | mID |
Definition at line 32 of file DialogHelpers.h.
|
inline |
Definition at line 39 of file DialogHelpers.h.
|
inline |
Definition at line 41 of file DialogHelpers.h.
Definition at line 46 of file DialogHelpers.h.
Definition at line 51 of file DialogHelpers.h.
Definition at line 73 of file DialogHelpers.h.
Definition at line 66 of file DialogHelpers.h.
Definition at line 56 of file DialogHelpers.h.
|
inline |
Definition at line 85 of file DialogHelpers.h.
Definition at line 80 of file DialogHelpers.h.
Definition at line 61 of file DialogHelpers.h.
int rvDialogItem::mID |
Definition at line 37 of file DialogHelpers.h.
HWND rvDialogItem::mWindow |
Definition at line 36 of file DialogHelpers.h.