Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

StrucFindDialogData Class Reference

Resource class for the Find dialog. More...

Inheritance diagram for StrucFindDialogData:

StrucFindDialog List of all members.

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.


Detailed Description

Resource class for the Find dialog.

Automatically generated by QtArchitect.

Author:
Holger Wunsch


Constructor & Destructor Documentation

StrucFindDialogData::StrucFindDialogData QWidget *  parent = NULL,
const char *  name = NULL
 

Dialog data.

StrucFindDialogData::~StrucFindDialogData  )  [virtual]
 

Destructor.


Member Function Documentation

void StrucFindDialogData::cancelSlot  )  [protected, virtual, slot]
 

Called when the user clicked the "Cancel" button.

Reimplemented in StrucFindDialog.

void StrucFindDialogData::ignoreCaseToggledSlot bool  on  )  [protected, virtual, slot]
 

Called when the user toggle the "Ignore Case" checkbox.

Reimplemented in StrucFindDialog.

void StrucFindDialogData::nextSlot  )  [protected, virtual, slot]
 

Called when the user clicked the "Find Next" button.

Reimplemented in StrucFindDialog.

void StrucFindDialogData::okSlot  )  [protected, virtual, slot]
 

Called when the user clicked the "Find" button.

Reimplemented in StrucFindDialog.

void StrucFindDialogData::textChangedSlot const QString &  text  )  [protected, virtual, slot]
 

Called when the user typed in new text.

Reimplemented in StrucFindDialog.


Member Data Documentation

QCheckBox* StrucFindDialogData::ignoreCase [protected]
 

The "Ignore Case" checkbox.

QLineEdit* StrucFindDialogData::input [protected]
 

The input line for the search term.

QPushButton* StrucFindDialogData::qtarch_PushButton_1 [protected]
 

The "Find" button.

QPushButton* StrucFindDialogData::qtarch_PushButton_3 [protected]
 

The "Find Next" button.


Generated on Sun Apr 27 18:26:58 2003 for Grisu by doxygen1.3