Audacity 3.2.0
|
#include <KeyView.h>
Public Member Functions | |
KeyNode () | |
KeyNode (const KeyNode &)=default | |
KeyNode & | operator= (const KeyNode &)=default |
Public Attributes | |
CommandID | name |
wxString | category |
wxString | prefix |
wxString | label |
NormalizedKeyString | key |
int | index |
int | line |
int | depth |
bool | iscat |
bool | ispfx |
bool | isparent |
bool | isopen |
|
inline |
|
default |
wxString KeyNode::category |
Definition at line 44 of file KeyView.h.
Referenced by KeyView::CmpKeyNodeByTree(), KeyView::RecalcExtents(), KeyView::RefreshBindings(), and KeyView::RefreshLines().
int KeyNode::depth |
Definition at line 50 of file KeyView.h.
Referenced by KeyNode(), KeyView::OnDrawBackground(), KeyView::OnDrawItem(), KeyView::RefreshBindings(), KeyView::RefreshLines(), and KeyView::SetView().
int KeyNode::index |
Definition at line 48 of file KeyView.h.
Referenced by KeyNode(), KeyView::RefreshBindings(), KeyView::RefreshLines(), and KeyView::SetView().
bool KeyNode::iscat |
Definition at line 51 of file KeyView.h.
Referenced by KeyNode(), KeyView::OnDrawItem(), KeyView::RecalcExtents(), KeyView::RefreshBindings(), and KeyView::RefreshLines().
bool KeyNode::isopen |
Definition at line 54 of file KeyView.h.
Referenced by KeyView::CollapseAll(), KeyView::ExpandAll(), KeyNode(), KeyView::OnDrawItem(), KeyView::OnKeyDown(), KeyView::OnLeftDown(), KeyView::RefreshBindings(), and KeyView::RefreshLines().
bool KeyNode::isparent |
Definition at line 53 of file KeyView.h.
Referenced by KeyView::CmpKeyNodeByTree(), KeyView::CollapseAll(), KeyView::ExpandAll(), KeyNode(), KeyView::OnKeyDown(), KeyView::OnLeftDown(), KeyView::RefreshBindings(), KeyView::RefreshLines(), and KeyView::SetKey().
bool KeyNode::ispfx |
Definition at line 52 of file KeyView.h.
Referenced by KeyNode(), KeyView::OnDrawItem(), KeyView::RecalcExtents(), KeyView::RefreshBindings(), and KeyView::RefreshLines().
NormalizedKeyString KeyNode::key |
Definition at line 47 of file KeyView.h.
Referenced by KeyView::CmpKeyNodeByKey(), KeyView::OnDrawItem(), KeyView::RecalcExtents(), KeyView::RefreshBindings(), KeyView::RefreshLines(), and KeyView::SetKey().
wxString KeyNode::label |
Definition at line 46 of file KeyView.h.
Referenced by KeyView::CmpKeyNodeByKey(), KeyView::CmpKeyNodeByName(), KeyView::CmpKeyNodeByTree(), KeyView::GetFullLabel(), KeyView::OnDrawItem(), KeyView::RecalcExtents(), KeyView::RefreshBindings(), and KeyView::RefreshLines().
int KeyNode::line |
Definition at line 49 of file KeyView.h.
Referenced by KeyView::CmpKeyNodeByTree(), KeyNode(), KeyView::RefreshBindings(), and KeyView::RefreshLines().
CommandID KeyNode::name |
Definition at line 43 of file KeyView.h.
Referenced by KeyView::RefreshBindings(), and KeyView::RefreshLines().
wxString KeyNode::prefix |
Definition at line 45 of file KeyView.h.
Referenced by KeyView::CmpKeyNodeByKey(), KeyView::CmpKeyNodeByName(), KeyView::GetFullLabel(), KeyView::OnDrawItem(), KeyView::RecalcExtents(), KeyView::RefreshBindings(), and KeyView::RefreshLines().