#include <FormDef.h>
List of all members.
Static Public Member Functions |
static const char * | TYPENAME () |
Detailed Description
Definition at line 77 of file FormDef.h.
Constructor & Destructor Documentation
WinDef::WinDef |
( |
DWORD |
id, |
|
|
DWORD |
type, |
|
|
const char * |
text = 0 , |
|
|
DWORD |
style = 0 |
|
) |
| |
virtual WinDef::~WinDef |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
const Text& WinDef::GetAltText |
( |
| ) |
const |
|
inline |
Color WinDef::GetBackColor |
( |
| ) |
const |
|
inline |
Color WinDef::GetBaseColor |
( |
| ) |
const |
|
inline |
const Insets& WinDef::GetCellInsets |
( |
| ) |
const |
|
inline |
const Rect& WinDef::GetCells |
( |
| ) |
const |
|
inline |
int WinDef::GetFixedHeight |
( |
| ) |
const |
|
inline |
int WinDef::GetFixedWidth |
( |
| ) |
const |
|
inline |
const Text& WinDef::GetFont |
( |
| ) |
const |
|
inline |
Color WinDef::GetForeColor |
( |
| ) |
const |
|
inline |
int WinDef::GetH |
( |
| ) |
const |
|
inline |
bool WinDef::GetHidePartial |
( |
| ) |
const |
|
inline |
DWORD WinDef::GetID |
( |
| ) |
const |
|
inline |
const Insets& WinDef::GetMargins |
( |
| ) |
const |
|
inline |
DWORD WinDef::GetParentID |
( |
| ) |
const |
|
inline |
Rect WinDef::GetRect |
( |
| ) |
const |
|
inline |
bool WinDef::GetSingleLine |
( |
| ) |
const |
|
inline |
DWORD WinDef::GetStyle |
( |
| ) |
const |
|
inline |
const Text& WinDef::GetText |
( |
| ) |
const |
|
inline |
DWORD WinDef::GetTextAlign |
( |
| ) |
const |
|
inline |
const Insets& WinDef::GetTextInsets |
( |
| ) |
const |
|
inline |
const Text& WinDef::GetTexture |
( |
| ) |
const |
|
inline |
bool WinDef::GetTransparent |
( |
| ) |
const |
|
inline |
DWORD WinDef::GetType |
( |
| ) |
const |
|
inline |
int WinDef::GetW |
( |
| ) |
const |
|
inline |
int WinDef::GetX |
( |
| ) |
const |
|
inline |
int WinDef::GetY |
( |
| ) |
const |
|
inline |
bool WinDef::IsEnabled |
( |
| ) |
const |
|
inline |
int WinDef::operator== |
( |
const WinDef & |
w | ) |
const |
|
inline |
void WinDef::SetAltText |
( |
const char * |
t | ) |
|
void WinDef::SetBackColor |
( |
Color |
c | ) |
|
void WinDef::SetBaseColor |
( |
Color |
c | ) |
|
void WinDef::SetCellInsets |
( |
const Insets & |
t | ) |
|
void WinDef::SetCells |
( |
const Rect & |
r | ) |
|
void WinDef::SetEnabled |
( |
bool |
enable = true | ) |
|
void WinDef::SetFixedHeight |
( |
int |
h | ) |
|
|
inline |
void WinDef::SetFixedWidth |
( |
int |
w | ) |
|
|
inline |
void WinDef::SetFont |
( |
const char * |
t | ) |
|
void WinDef::SetForeColor |
( |
Color |
c | ) |
|
void WinDef::SetHidePartial |
( |
bool |
a | ) |
|
void WinDef::SetID |
( |
DWORD |
id | ) |
|
void WinDef::SetMargins |
( |
const Insets & |
m | ) |
|
void WinDef::SetParentID |
( |
DWORD |
id | ) |
|
void WinDef::SetRect |
( |
const Rect & |
r | ) |
|
void WinDef::SetSingleLine |
( |
bool |
a | ) |
|
void WinDef::SetStyle |
( |
DWORD |
s | ) |
|
void WinDef::SetText |
( |
const char * |
t | ) |
|
void WinDef::SetTextAlign |
( |
DWORD |
a | ) |
|
void WinDef::SetTextInsets |
( |
const Insets & |
t | ) |
|
void WinDef::SetTexture |
( |
const char * |
t | ) |
|
void WinDef::SetTransparent |
( |
bool |
t | ) |
|
void WinDef::SetType |
( |
DWORD |
type | ) |
|
static const char* WinDef::TYPENAME |
( |
| ) |
|
|
inlinestatic |
Friends And Related Function Documentation
Member Data Documentation
bool WinDef::hide_partial |
|
protected |
The documentation for this class was generated from the following files: