#include <docviewref.h>


Public Member Functions | |
| wxNotebookConnector () | |
| Constructor. | |
| ~wxNotebookConnector () | |
| destructor | |
| wxNotebook * | GetNotebook () |
| return pointer to notebook type used | |
| void | Init (NoteBook *notebook) |
| initialize with/to this notebook | |
Protected Member Functions | |
| void | OnPostCreateDocument (a2dTemplateEvent &event) |
| what to do after document creation | |
| void | OnPostCreateView (a2dTemplateEvent &event) |
| what to do after view creation | |
Protected Attributes | |
| NoteBook * | m_notebook |
| the notebook to hook views into. | |
Each new a2dView connects as a new page
Definition at line 3371 of file docviewref.h.