KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TOOLBAR_TREE Class Reference

Navigation hierarchy tree control. More...

#include <panel_toolbar_customization.h>

Inheritance diagram for TOOLBAR_TREE:

Public Member Functions

 TOOLBAR_TREE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTR_DEFAULT_STYLE)
 
int OnCompareItems (const wxTreeItemId &item1, const wxTreeItemId &item2) override
 

Private Member Functions

 wxDECLARE_ABSTRACT_CLASS (TOOLBAR_TREE)
 

Detailed Description

Navigation hierarchy tree control.

wxTreeCtrl must be subclassed to implement the OnCompareItems method to sort according to page numbers.

Definition at line 46 of file panel_toolbar_customization.h.

Constructor & Destructor Documentation

◆ TOOLBAR_TREE()

TOOLBAR_TREE::TOOLBAR_TREE ( wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxDefaultSize,
long style = wxTR_DEFAULT_STYLE )
inline

Definition at line 49 of file panel_toolbar_customization.h.

Referenced by wxDECLARE_ABSTRACT_CLASS().

Member Function Documentation

◆ OnCompareItems()

int TOOLBAR_TREE::OnCompareItems ( const wxTreeItemId & item1,
const wxTreeItemId & item2 )
override

◆ wxDECLARE_ABSTRACT_CLASS()

TOOLBAR_TREE::wxDECLARE_ABSTRACT_CLASS ( TOOLBAR_TREE )
private

References TOOLBAR_TREE().


The documentation for this class was generated from the following file: