#include <TxqActionItem.h>
Inheritance diagram for TxqActionItem::

Public Slots | |
| void | activated (int action) |
| Slot used to signal that the item has changed. More... | |
Signals | |
| void | actionChanged (QString) |
| Signal used to signify that an action item has changed. More... | |
Public Methods | |
| TxqActionItem (QTable *t, EditType e, const QString s) | |
| Construct a TxqActionItem given the QTable and EditTye parameters. More... | |
| QWidget* | createEditor () const |
| Create the action item widget. More... | |
| void | setContentFromEditor (QWidget *w) |
| Set the content from the editor widget. More... | |
| void | setText (const QString &newText) |
| Set the new text. More... | |
| void | setActionMap (const TXSTD::map< int, QString > &m, int action=0) |
| Set the action map. More... | |
| TXSTD::map<int, QString> | getActionMap () |
| Get the action map. More... | |
| void | setActionItem (int action) |
| Set the desired action item. More... | |
| void | setActionItem (QString action) |
| Set the desired action item. More... | |
| int | getActionItem () |
| Get the current action item. More... | |
| QString | getActionItemName () |
| Get the current aciton item name. More... | |
Protected Attributes | |
| TXSTD::map<int , QString> | actionMap |
| The map of action items. More... | |
Private Attributes | |
| QComboBox* | comboBox |
| The editor widget. More... | |
Definition at line 32 of file TxqActionItem.h.
|
|
Construct a TxqActionItem given the QTable and EditTye parameters.
|
|
|
Signal used to signify that an action item has changed.
|
|
|
Slot used to signal that the item has changed.
|
|
|
Create the action item widget. This widget is a QComboxBox and will preset to the user different options for action. |
|
|
Get the current action item.
Definition at line 93 of file TxqActionItem.h. |
|
|
Get the current aciton item name.
Definition at line 98 of file TxqActionItem.h. |
|
|
Get the action map.
Definition at line 76 of file TxqActionItem.h. |
|
|
Set the desired action item.
|
|
|
Set the desired action item.
|
|
|
Set the action map.
Definition at line 67 of file TxqActionItem.h. |
|
|
Set the content from the editor widget.
|
|
|
Set the new text.
Referenced by setActionMap().
|
|
|
The map of action items.
Definition at line 119 of file TxqActionItem.h. |
|
|
The editor widget.
Definition at line 126 of file TxqActionItem.h. |
Copyright Tech-X Corporation, all rights reserved.