KVIrc 5.2.6
Developer APIs
ActionEditor Class Reference

#include <ActionEditor.h>

+ Inheritance diagram for ActionEditor:

Public Member Functions

 ActionEditor (QWidget *par)
 
bool actionExists (const QString &szName)
 
void commit ()
 
 ~ActionEditor ()
 

Protected Slots

void currentItemChanged (QTreeWidgetItem *it, QTreeWidgetItem *prev)
 
void deleteActions ()
 
void exportActions ()
 
void newAction ()
 

Protected Member Functions

QString nameForAutomaticAction (const QString &szTemplate)
 
int selectedCount ()
 

Protected Attributes

QPushButton * m_pDeleteActionsButton
 
QPushButton * m_pExportActionsButton
 
QPushButton * m_pNewActionButton
 
SingleActionEditorm_pSingleActionEditor
 
QSplitter * m_pSplitter
 
ActionEditorTreeViewm_pTreeWidget
 

Friends

class ActionEditorWindow
 

Constructor & Destructor Documentation

◆ ActionEditor()

◆ ~ActionEditor()

ActionEditor::~ActionEditor ( )
default

Member Function Documentation

◆ actionExists()

bool ActionEditor::actionExists ( const QString & szName)

◆ commit()

◆ currentItemChanged

◆ deleteActions

◆ exportActions

◆ nameForAutomaticAction()

QString ActionEditor::nameForAutomaticAction ( const QString & szTemplate)
protected

References actionExists(), and i.

Referenced by newAction().

◆ newAction

◆ selectedCount()

int ActionEditor::selectedCount ( )
protected

Friends And Related Symbol Documentation

◆ ActionEditorWindow

friend class ActionEditorWindow
friend

Member Data Documentation

◆ m_pDeleteActionsButton

QPushButton* ActionEditor::m_pDeleteActionsButton
protected

Referenced by ActionEditor(), and currentItemChanged().

◆ m_pExportActionsButton

QPushButton* ActionEditor::m_pExportActionsButton
protected

Referenced by ActionEditor(), and currentItemChanged().

◆ m_pNewActionButton

QPushButton* ActionEditor::m_pNewActionButton
protected

Referenced by ActionEditor().

◆ m_pSingleActionEditor

SingleActionEditor* ActionEditor::m_pSingleActionEditor
protected

◆ m_pSplitter

QSplitter* ActionEditor::m_pSplitter
protected

◆ m_pTreeWidget


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