Public Member Functions | |
| FindBar (Window *pParent, const Rect &rFrame, unsigned int nWindowLayoutFlags, unsigned int uiFlags=0) | |
| void | Paint (const Rect &rDirty) |
| void | FindNext () |
| void | FindPrev () |
| virtual bool | FocusGet () |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| void | OnFind (const String &szString, bool bForward) |
| void | RequestClose () |
| void | Set (const String &szString) |
Public Attributes | |
| signal0 | Close |
| signal2< const String &, bool > | Find |
Classes | |
| class | Private |
| FindBar::FindBar | ( | Window * | pParent, | |
| const Rect & | rFrame, | |||
| unsigned int | nWindowLayoutFlags, | |||
| unsigned int | uiFlags = 0 | |||
| ) |
| void FindBar::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::LayoutView.
| void SkyGI::FindBar::FindNext | ( | ) |
| void SkyGI::FindBar::FindPrev | ( | ) |
| bool FindBar::FocusGet | ( | ) | [virtual] |
Reimplemented from SkyGI::Window.
| Point FindBar::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void SkyGI::FindBar::OnFind | ( | const String & | szString, | |
| bool | bForward | |||
| ) |
| void FindBar::RequestClose | ( | ) |
| void FindBar::Set | ( | const String & | szString | ) |
| signal0 SkyGI::FindBar::Close |
| signal2<const String&, bool> SkyGI::FindBar::Find |
Emitted when user clicked on the find next or find previous button or entered a text
1.5.1-p1