hydrogen 1.2.6
ColorTreeItem Class Reference

Node in the Color tree of the appearance tab. More...

#include <PreferencesDialog.h>

Inheritance diagram for ColorTreeItem:

Public Member Functions

 ColorTreeItem (int nId, QTreeWidget *pParent, QString sLabel)
 
 ColorTreeItem (int nId, QTreeWidgetItem *pParent, QString sLabel)
 
int getId () const
 

Private Attributes

int m_nId
 

Detailed Description

Node in the Color tree of the appearance tab.

Definition at line 81 of file PreferencesDialog.h.

Constructor & Destructor Documentation

◆ ColorTreeItem() [1/2]

ColorTreeItem ( int nId,
QTreeWidgetItem * pParent,
QString sLabel )

Definition at line 122 of file PreferencesDialog.cpp.

◆ ColorTreeItem() [2/2]

ColorTreeItem ( int nId,
QTreeWidget * pParent,
QString sLabel )

Definition at line 126 of file PreferencesDialog.cpp.

Member Function Documentation

◆ getId()

int getId ( ) const

Definition at line 130 of file PreferencesDialog.cpp.

Field Documentation

◆ m_nId

int m_nId
private

Definition at line 89 of file PreferencesDialog.h.