#include <DlgCustomizeSpaceball.h>
Public Types | |
enum | NodeType { RootType, GroupType, CommandType } |
Public Member Functions | |
CommandNode (NodeType typeIn) | |
~CommandNode () | |
Public Attributes | |
Command * | aCommand |
QList< CommandNode * > | children |
QString | labelText |
NodeType | nodeType |
CommandNode * | parent |
Definition at line 83 of file DlgCustomizeSpaceball.h.
Definition at line 86 of file DlgCustomizeSpaceball.h.
CommandNode::CommandNode | ( | NodeType | typeIn | ) |
CommandNode::~CommandNode | ( | ) |
Definition at line 218 of file DlgCustomizeSpaceball.cpp.
References children.
Definition at line 92 of file DlgCustomizeSpaceball.h.
Referenced by CommandNode(), and Gui::Dialog::CommandModel::data().
Definition at line 95 of file DlgCustomizeSpaceball.h.
Referenced by CommandNode(), Gui::Dialog::CommandModel::data(), Gui::Dialog::CommandModel::goAddMacro(), Gui::Dialog::CommandModel::goRemoveMacro(), Gui::Dialog::CommandModel::index(), Gui::Dialog::CommandModel::parent(), Gui::Dialog::CommandModel::rowCount(), and ~CommandNode().
Definition at line 93 of file DlgCustomizeSpaceball.h.
Definition at line 91 of file DlgCustomizeSpaceball.h.
Referenced by CommandNode(), Gui::Dialog::CommandModel::data(), and Gui::Dialog::CommandModel::flags().
Definition at line 94 of file DlgCustomizeSpaceball.h.
Referenced by CommandNode(), Gui::Dialog::CommandModel::goAddMacro(), and Gui::Dialog::CommandModel::parent().