Gui::Dialog::CommandNode Class Reference

#include <DlgCustomizeSpaceball.h>

Public Types

enum  NodeType { RootType , GroupType , CommandType }
 

Public Member Functions

 CommandNode (NodeType typeIn)
 
 ~CommandNode ()
 

Public Attributes

CommandaCommand
 
QList< CommandNode * > children
 
QString labelText
 
NodeType nodeType
 
CommandNodeparent
 

Member Enumeration Documentation

◆ NodeType

Enumerator
RootType 
GroupType 
CommandType 

Constructor & Destructor Documentation

◆ CommandNode()

CommandNode::CommandNode ( NodeType  typeIn)

References aCommand, children, nodeType, and parent.

◆ ~CommandNode()

CommandNode::~CommandNode ( )

References children.

Member Data Documentation

◆ aCommand

Command* Gui::Dialog::CommandNode::aCommand

◆ children

◆ labelText

QString Gui::Dialog::CommandNode::labelText

◆ nodeType

NodeType Gui::Dialog::CommandNode::nodeType

◆ parent


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