#include <channelsettings.h>

Definition at line 15 of file channelsettings.h.
Public Member Functions | |
| ChannelID (QString _field="chanid", QString _table="channel") | |
| QWidget * | configWidget (ConfigurationGroup *cg, QWidget *widget, const char *widgetName=0) |
| Create and return a QWidget for configuring this entity Note: Any class calling this should call widgetInvalid() before configWidget() is called on the class again, and before the class is deleted; just before removing the instance from a layout or scheduling the delete of a parent container is a good time. | |
| void | load () |
| void | save (QString table) |
| void | save () |
| int | findHighest (int floor=1000) |
| const QString & | getField (void) const |
Protected Attributes | |
| QString | field |
| QString | table |
| ChannelID::ChannelID | ( | QString | _field = "chanid", |
|
| QString | _table = "channel" | |||
| ) | [inline] |
Definition at line 18 of file channelsettings.h.
| QWidget* ChannelID::configWidget | ( | ConfigurationGroup * | cg, | |
| QWidget * | parent, | |||
| const char * | widgetName = 0 | |||
| ) | [inline, virtual] |
Create and return a QWidget for configuring this entity Note: Any class calling this should call widgetInvalid() before configWidget() is called on the class again, and before the class is deleted; just before removing the instance from a layout or scheduling the delete of a parent container is a good time.
Some UI classes depend on this for properly updating the UI.
Reimplemented from Configurable.
Definition at line 24 of file channelsettings.h.
| void ChannelID::load | ( | void | ) | [inline, virtual] |
| void ChannelID::save | ( | QString | table | ) | [inline, virtual] |
| void ChannelID::save | ( | void | ) | [inline, virtual] |
| int ChannelID::findHighest | ( | int | floor = 1000 |
) | [inline] |
| const QString& ChannelID::getField | ( | void | ) | const [inline] |
Definition at line 87 of file channelsettings.h.
QString ChannelID::field [protected] |
Definition at line 89 of file channelsettings.h.
Referenced by findHighest(), getField(), and save().
QString ChannelID::table [protected] |
1.5.5