ClassNotebookInheritancePage
This one shows the list of parents as well as documentation on each inheritence.
public:
~ClassNotebookInheritancePage( )
protected:
private:
enum ChildIDs
friends
ClassNotebookInheritancePage( ClassObjectPtr pClass, wxNotebook* pNotebook)
void OnSize( wxSizeEvent& Event)
void OnDocsChanged( wxCommandEvent& Event)
void OnItemSelected( wxListEvent& Event)
void OnAdd( wxCommandEvent& Event)
void OnDelete( wxCommandEvent& Event)
ClassObjectPtr m_pClass
wxListView* m_pInheritanceList
InheritancePtr m_pSelectedInheritance
wxTextCtrl* m_pDocs
wxButton* m_pAddBtn
wxButton* m_pDeleteBtn
DECLARE_EVENT_TABLE()