#include <PrefixSettings.h>
Inheritance diagram for PrefixSettings:
Public Slots | |
void | addPrefixItem (PrefixItem &) |
void | delPrefixItem (const QString &) |
void | slotAdd () |
void | slotDel () |
Public Member Functions | |
PrefixSettings (QWidget *parent=0, const char *name=0) | |
~PrefixSettings () | |
Public Attributes | |
QMap< QString, PrefixItem > | map |
Definition at line 24 of file PrefixSettings.h.
|
Definition at line 16 of file PrefixSettings.cpp. |
|
Definition at line 20 of file PrefixSettings.cpp. |
|
Definition at line 22 of file PrefixSettings.cpp. References map, PrefixSettings::PrefixItem::name, and PrefixSettingsBase::prefix_box. Referenced by slotAdd(), and QMtp::slotConfigure(). |
|
Definition at line 27 of file PrefixSettings.cpp. References map. Referenced by slotDel(). |
|
Reimplemented from PrefixSettingsBase. Definition at line 31 of file PrefixSettings.cpp. References addPrefixItem(), and PrefixSettingsBase::name_edit. |
|
Reimplemented from PrefixSettingsBase. Definition at line 38 of file PrefixSettings.cpp. References delPrefixItem(), and PrefixSettingsBase::prefix_box. |
|
Definition at line 40 of file PrefixSettings.h. Referenced by addPrefixItem(), and delPrefixItem(). |