#include <customactionimpl.h>
Signals | |
| void | listChanged (const QStringList &) |
Public Member Functions | |
| CustomActionImpl () | |
Protected Slots | |
| void | listViewNames_currentChanged (QListViewItem *) |
| void | pushButtonNew_clicked () |
| void | pushButtonRename_clicked () |
| void | pushButtonRemove_clicked () |
| void | pushButtonMoveUp_clicked () |
| void | pushButtonMoveDown_clicked () |
| void | checkBoxRefreshAfterAction_toggled (bool) |
| void | checkBoxAskArgs_toggled (bool) |
| void | textEditAction_textChanged () |
| void | pushButtonOk_clicked () |
Private Member Functions | |
| void | updateActionList () |
| bool | getNewName (QString &name, const QString &caption) |
| void | loadAction (const QString &name) |
| void | removeAction (const QString &name) |
Private Attributes | |
| QStringList | actionList |
| QString | curAction |
Definition at line 14 of file customactionimpl.h.
| CustomActionImpl | ( | ) |
Definition at line 21 of file customactionimpl.cpp.
| void listChanged | ( | const QStringList & | ) | [signal] |
Referenced by updateActionList().
| void listViewNames_currentChanged | ( | QListViewItem * | item | ) | [protected, slot] |
Definition at line 64 of file customactionimpl.cpp.
Referenced by CustomActionImpl(), pushButtonMoveDown_clicked(), pushButtonMoveUp_clicked(), pushButtonNew_clicked(), and pushButtonRename_clicked().
| void pushButtonNew_clicked | ( | ) | [protected, slot] |
Definition at line 108 of file customactionimpl.cpp.
| void pushButtonRename_clicked | ( | ) | [protected, slot] |
Definition at line 123 of file customactionimpl.cpp.
| void pushButtonRemove_clicked | ( | ) | [protected, slot] |
Definition at line 141 of file customactionimpl.cpp.
| void pushButtonMoveUp_clicked | ( | ) | [protected, slot] |
Definition at line 154 of file customactionimpl.cpp.
| void pushButtonMoveDown_clicked | ( | ) | [protected, slot] |
Definition at line 165 of file customactionimpl.cpp.
| void checkBoxRefreshAfterAction_toggled | ( | bool | b | ) | [protected, slot] |
Definition at line 182 of file customactionimpl.cpp.
| void checkBoxAskArgs_toggled | ( | bool | b | ) | [protected, slot] |
Definition at line 188 of file customactionimpl.cpp.
| void textEditAction_textChanged | ( | ) | [protected, slot] |
Definition at line 176 of file customactionimpl.cpp.
| void pushButtonOk_clicked | ( | ) | [protected, slot] |
Definition at line 194 of file customactionimpl.cpp.
| void updateActionList | ( | ) | [private] |
Definition at line 52 of file customactionimpl.cpp.
Referenced by pushButtonMoveDown_clicked(), pushButtonMoveUp_clicked(), pushButtonNew_clicked(), pushButtonRemove_clicked(), and pushButtonRename_clicked().
| bool getNewName | ( | QString & | name, | |
| const QString & | caption | |||
| ) | [private] |
Definition at line 90 of file customactionimpl.cpp.
Referenced by pushButtonNew_clicked(), and pushButtonRename_clicked().
| void loadAction | ( | const QString & | name | ) | [private] |
Definition at line 37 of file customactionimpl.cpp.
Referenced by listViewNames_currentChanged(), and pushButtonRename_clicked().
| void removeAction | ( | const QString & | name | ) | [private] |
Definition at line 45 of file customactionimpl.cpp.
Referenced by pushButtonRemove_clicked(), and pushButtonRename_clicked().
QStringList actionList [private] |
Definition at line 40 of file customactionimpl.h.
Referenced by CustomActionImpl(), getNewName(), and updateActionList().
QString curAction [private] |
Definition at line 41 of file customactionimpl.h.
Referenced by checkBoxAskArgs_toggled(), checkBoxRefreshAfterAction_toggled(), listViewNames_currentChanged(), pushButtonRemove_clicked(), pushButtonRename_clicked(), and textEditAction_textChanged().
1.5.3