Public Member Functions | |
| View (Window *pParent, const Rect &rFrame, unsigned int nWindowLayoutFlags, unsigned int uiFlags=0) | |
| void | Paint (const Rect &rDirty) |
button.cpp, clipboard.cpp, directoryview.cpp, diskdevice.cpp, dnd.cpp, eventsource.cpp, eventthread.cpp, images.cpp, infopanel.cpp, layoutview.cpp, listview.cpp, localization.cpp, messagebox.cpp, networkinterface.cpp, progressbar.cpp, radiobutton.cpp, rect.cpp, splitter.cpp, tabview.cpp, textview.cpp, thread.cpp, and videoview.cpp.
| View::View | ( | Window * | pParent, | |
| const Rect & | rFrame, | |||
| unsigned int | nWindowLayoutFlags, | |||
| unsigned int | uiFlags = 0 | |||
| ) |
| void View::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.
Reimplemented in SkyGI::FindBar, SkyGI::InfoPanelNode, SkyGI::InputBoxView, SkyGI::LayoutView, SkyGI::PopupMenuView, SkyGI::MessageBoxView, SkyGI::VideoViewPreview, SkyGI::StatusLayoutView, and SkyGI::VideoView.
1.5.1-p1