#include <viewerbook.hpp>
|
| ViewerBook (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &position=wxDefaultPosition, const wxSize &size=wxDefaultSize, int style=0, const wxString &name=wxNotebookNameStr) |
|
void | OnTabMove (wxAuiNotebookEvent &event) |
| This event handler fixes the issue that the control does not correctly update the selected page during moving a page. More...
|
|
int | GetTabFromPoint (const wxPoint &pt) |
| Returns the tab at the defined absolute coordinates. Actually more or less the same than the generic HitTest() member functions. More...
|
|
void | toggleSkipFocus () |
|
Definition at line 25 of file viewerbook.hpp.
◆ ViewerBook()
ViewerBook::ViewerBook |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY , |
|
|
const wxPoint & |
position = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
int |
style = 0 , |
|
|
const wxString & |
name = wxNotebookNameStr |
|
) |
| |
|
inline |
◆ DECLARE_EVENT_TABLE()
ViewerBook::DECLARE_EVENT_TABLE |
( |
| ) |
|
|
private |
◆ GetTabFromPoint()
int ViewerBook::GetTabFromPoint |
( |
const wxPoint & |
pt | ) |
|
Returns the tab at the defined absolute coordinates. Actually more or less the same than the generic HitTest() member functions.
- Parameters
-
- Returns
- int
Definition at line 56 of file viewerbook.cpp.
◆ OnTabMove()
void ViewerBook::OnTabMove |
( |
wxAuiNotebookEvent & |
event | ) |
|
This event handler fixes the issue that the control does not correctly update the selected page during moving a page.
- Parameters
-
- Returns
- void
Definition at line 35 of file viewerbook.cpp.
◆ toggleSkipFocus()
void ViewerBook::toggleSkipFocus |
( |
| ) |
|
|
inline |
◆ m_skipFocus
bool ViewerBook::m_skipFocus |
|
private |
The documentation for this class was generated from the following files: