Inheritance diagram for StrucFindDialogData:
Public Member Functions | |
StrucFindDialogData (QWidget *parent=NULL, const char *name=NULL) | |
Dialog data. | |
virtual | ~StrucFindDialogData () |
Destructor. | |
Protected Slots | |
virtual void | nextSlot () |
Called when the user clicked the "Find Next" button. | |
virtual void | okSlot () |
Called when the user clicked the "Find" button. | |
virtual void | cancelSlot () |
Called when the user clicked the "Cancel" button. | |
virtual void | textChangedSlot (const QString &text) |
Called when the user typed in new text. | |
virtual void | ignoreCaseToggledSlot (bool on) |
Called when the user toggle the "Ignore Case" checkbox. | |
Protected Attributes | |
QLineEdit * | input |
The input line for the search term. | |
QCheckBox * | ignoreCase |
The "Ignore Case" checkbox. | |
QPushButton * | qtarch_PushButton_1 |
The "Find" button. | |
QPushButton * | qtarch_PushButton_3 |
The "Find Next" button. |
Automatically generated by QtArchitect.
|
Dialog data.
|
|
Destructor.
|
|
Called when the user clicked the "Cancel" button.
Reimplemented in StrucFindDialog. |
|
Called when the user toggle the "Ignore Case" checkbox.
Reimplemented in StrucFindDialog. |
|
Called when the user clicked the "Find Next" button.
Reimplemented in StrucFindDialog. |
|
Called when the user clicked the "Find" button.
Reimplemented in StrucFindDialog. |
|
Called when the user typed in new text.
Reimplemented in StrucFindDialog. |
|
The "Ignore Case" checkbox.
|
|
The input line for the search term.
|
|
The "Find" button.
|
|
The "Find Next" button.
|