Public Members
- AttributeEditor (SQLConnectionInterface* connection, const ViewEntry* view, const QString& attribute, const bool editable = true, const QString& value = QString::null, QWidget* parent = NULL, const char* name = NULL)
- ~AttributeEditor ()
- QString getValue () const
- void setValue (const QString& value)
- void mark ()
Public Slots
Signals
AttributeEditor (SQLConnectionInterface* connection, const ViewEntry* view, const QString& attribute, const bool editable = true, const QString& value = QString::null, QWidget* parent = NULL, const char* name = NULL)
|
Constructor.
Parameters:
connection | Datenbank-Verbindung.
|
view | ViewEntry des Attributes.
|
editable | Ist Wert editierbar?
|
value | Startwert.
|
parent | Parent QWidget; default: NULL.
|
name | Widget-Name; default: NULL.
|
Destructor.
[const]
Wert des Attributes zurückgeben.
Returns: Attributwert.
void setValue (const QString& value)
|
Wert des Attributes setzen
Parameters:
Eingabe markieren (z.B. nach Update-Fehler).
[slot]
Qt-Slot: Return in LineEdit gedrückt.
[slot]
Qt-Slot: "Auswahl..."-Button angeklickt.
void activated (int number)
|
[slot]
Qt-Slot: Wert ComboBox gewählt.
void valueSelected (TableViewer* viewer, const bool selected, const QString& selection)
|
[slot]
Qt-Slot: Selektion durchgeführt.
[signal]
Qt-Signal: Wert-Eingabe in LineEdit mit Return beendet.
Generated by: viper@odin on Wed Jul 12 17:11:55 2000, using kdoc 2.0a22. |