KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | Friends | List of all members
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 ( QWidget *  par)
ActionEditor::~ActionEditor ( )
default

Member Function Documentation

bool ActionEditor::actionExists ( const QString &  szName)
void ActionEditor::commit ( void  )
void ActionEditor::currentItemChanged ( QTreeWidgetItem *  it,
QTreeWidgetItem *  prev 
)
protectedslot
void ActionEditor::deleteActions ( )
protectedslot
void ActionEditor::exportActions ( )
protectedslot
QString ActionEditor::nameForAutomaticAction ( const QString &  szTemplate)
protected

References actionExists(), and i.

Referenced by newAction().

void ActionEditor::newAction ( )
protectedslot
int ActionEditor::selectedCount ( )
protected

Friends And Related Function Documentation

friend class ActionEditorWindow
friend

Member Data Documentation

QPushButton* ActionEditor::m_pDeleteActionsButton
protected

Referenced by ActionEditor(), and currentItemChanged().

QPushButton* ActionEditor::m_pExportActionsButton
protected

Referenced by ActionEditor(), and currentItemChanged().

QPushButton* ActionEditor::m_pNewActionButton
protected

Referenced by ActionEditor().

SingleActionEditor* ActionEditor::m_pSingleActionEditor
protected
QSplitter* ActionEditor::m_pSplitter
protected
ActionEditorTreeView* ActionEditor::m_pTreeWidget
protected

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