![]() |
KVIrc
4.9.2
DeveloperAPIs
|
#include <AliasEditorWindow.h>
Inheritance diagram for AliasEditorTreeWidgetItem:Public Types | |
| enum | Type { Alias, Namespace } |
Public Member Functions | |
| AliasEditorTreeWidgetItem (QTreeWidget *pTreeWidget, Type eType, const QString &szName) | |
| AliasEditorTreeWidgetItem (AliasEditorTreeWidgetItem *pParentItem, Type eType, const QString &szName) | |
| const QString & | buffer () |
| const int & | cursorPosition () |
| bool | isAlias () |
| bool | isNamespace () |
| const QString & | name () |
| AliasEditorTreeWidgetItem * | parentItem () |
| void | setBuffer (const QString &szBuffer) |
| void | setCursorPosition (const int &cPos) |
| void | setName (const QString &szName) |
| void | setParentItem (AliasEditorTreeWidgetItem *it) |
| void | setType (Type t) |
| Type | type () |
| ~AliasEditorTreeWidgetItem () | |
Protected Attributes | |
| int | m_cPos |
| Type | m_eType |
| AliasEditorTreeWidgetItem * | m_pParentItem |
| QString | m_szBuffer |
| QString | m_szName |
| AliasEditorTreeWidgetItem::AliasEditorTreeWidgetItem | ( | QTreeWidget * | pTreeWidget, |
| Type | eType, | ||
| const QString & | szName | ||
| ) |
| AliasEditorTreeWidgetItem::AliasEditorTreeWidgetItem | ( | AliasEditorTreeWidgetItem * | pParentItem, |
| Type | eType, | ||
| const QString & | szName | ||
| ) |
|
inline |
|
inline |
References m_szBuffer.
Referenced by AliasEditorWidget::commit(), AliasEditorWidget::getExportAliasBuffer(), and AliasEditorWidget::searchReplace().
|
inline |
References m_cPos.
|
inline |
References Alias, and m_eType.
Referenced by AliasEditorWidget::buildFullItemPath(), AliasEditorWidget::removeItem(), and AliasEditorWidget::renameItem().
|
inline |
References m_eType, and Namespace.
Referenced by AliasEditorWidget::currentItemChanged(), AliasEditorWidget::findTopLevelItem(), and AliasEditorWidget::saveLastEditedItem().
|
inline |
References m_szName.
Referenced by AliasEditorWidget::buildFullItemName(), AliasEditorWidget::buildFullItemPath(), and AliasEditorWidget::removeItem().
|
inline |
References m_pParentItem.
Referenced by AliasEditorWidget::buildFullItemName(), and AliasEditorWidget::buildFullItemPath().
|
inline |
References m_szBuffer, and szBuffer.
Referenced by AliasEditorWidget::aliasRefresh(), AliasEditorWidget::oneTimeSetup(), and AliasEditorWidget::renameItem().
|
inline |
References m_cPos.
Referenced by AliasEditorWidget::renameItem().
| void AliasEditorTreeWidgetItem::setName | ( | const QString & | szName | ) |
References m_szName.
Referenced by AliasEditorTreeWidgetItem().
|
inline |
References m_pParentItem.
| void AliasEditorTreeWidgetItem::setType | ( | Type | t | ) |
References KviIconManager::Alias, g_pIconManager, KviIconManager::getSmallIcon(), m_eType, Namespace, KviIconManager::NameSpace, and t().
Referenced by AliasEditorWidget::newItem().
|
protected |
Referenced by AliasEditorTreeWidgetItem(), cursorPosition(), and setCursorPosition().
|
protected |
Referenced by isAlias(), isNamespace(), setType(), and type().
|
protected |
Referenced by parentItem(), and setParentItem().
|
protected |
Referenced by buffer(), and setBuffer().
1.8.7