![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cXStatic.h>
Public Member Functions | |
cXStaticTextData (const GChar_t *pszText=_GT(""), D3DCOLOR TextColor=D3DCOLOR_White, DWORD dwTextFormat=DT_LEFT|DT_TOP) | |
bool | get_TextEmbossed (void) const noexcept |
void | put_TextEmbossed (bool bTextEmbossed) noexcept |
DWORD | get_TextFormat (void) const noexcept |
void | put_TextFormat (DWORD dwTextFormat) noexcept |
D3DCOLOR | get_TextColor (void) const noexcept |
void | put_TextColor (D3DCOLOR TextColor) noexcept |
void | put_TextAlpha (COLOR_ELEM_t bAlpha) noexcept |
HRESULT | DrawTextData (cDXFont &Font, cRectI &Rectangle, DWORD dwFormatMod=0) |
Public Attributes | |
cString | m_strText |
What text to display. More... | |
Protected Attributes | |
D3DCOLOR | m_TextColor |
DWORD | m_dwTextFormat |
text format flags for DT_CENTER etc More... | |
bool | m_bTextEmbossed |
this should really be its own font? More... | |
Friends | |
class | cXStatic |
class | cXGroupBox |
A single blob of formatted, colored, attributed text.
GrayGUI::cXStaticTextData::cXStaticTextData | ( | const GChar_t * | pszText = _GT("") , |
D3DCOLOR | TextColor = D3DCOLOR_White , |
||
DWORD | dwTextFormat = DT_LEFT | DT_TOP |
||
) |
HRESULT GrayGUI::cXStaticTextData::DrawTextData | ( | cDXFont & | Font, |
cRectI & | Rectangle, | ||
DWORD | dwFormatMod = 0 |
||
) |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
friend |
|
friend |
|
protected |
this should really be its own font?
|
protected |
text format flags for DT_CENTER etc
cString GrayGUI::cXStaticTextData::m_strText |
What text to display.
|
protected |