Public Member Functions | |
| StringView (Window *pParent, const Rect rFrame, const String &pLabel, unsigned int nWindowLayoutFlags, int iCommandID=-1) | |
| StringView (Window *pParent, const Point pPos, const String &pLabel, unsigned int nWindowLayoutFlags, int iCommandID=-1) | |
| void | Paint (const Rect &rDirty) |
| String | GetString () |
| void | SetString (const String &cString) |
| void | SetTextFlags (TextFlags nTextFlags) |
| TextFlags | GetTextFlags () |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| void | ShowFrame (bool bShowFrame) |
| void | SetImage (Image *pImage) |
| void | SetImageSpacing (int iSpacing) |
| int | GetImageSpacing () |
| void | SetTextColor (Color col) |
| Color | GetTextColor () |
clipboard.cpp, dnd.cpp, eventthread.cpp, listview.cpp, progressbar.cpp, textview.cpp, and thread.cpp.
| StringView::StringView | ( | Window * | pParent, | |
| const Rect | rFrame, | |||
| const String & | pLabel, | |||
| unsigned int | nWindowLayoutFlags, | |||
| int | iCommandID = -1 | |||
| ) |
| StringView::StringView | ( | Window * | pParent, | |
| const Point | pPos, | |||
| const String & | pLabel, | |||
| unsigned int | nWindowLayoutFlags, | |||
| int | iCommandID = -1 | |||
| ) |
| void StringView::Paint | ( | const Rect & | rDirty | ) | [virtual] |
Paint window content
| rDirty | - Dirty rectangular region which has to be redrawn. Prior entering this function the painters clip region is automatically set to this dirty region. |
Reimplemented from SkyGI::Window.
| String StringView::GetString | ( | ) |
| void StringView::SetString | ( | const String & | cString | ) |
| void StringView::SetTextFlags | ( | TextFlags | nTextFlags | ) |
| TextFlags StringView::GetTextFlags | ( | ) |
| Point StringView::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void StringView::ShowFrame | ( | bool | bShowFrame | ) |
| void StringView::SetImage | ( | Image * | pImage | ) |
| void StringView::SetImageSpacing | ( | int | iSpacing | ) |
| int StringView::GetImageSpacing | ( | ) |
| void StringView::SetTextColor | ( | Color | col | ) |
| Color StringView::GetTextColor | ( | ) |
1.5.1-p1