RegexpTestDialogBase Class Reference
#include <regexptestdlgbase.h>
Inheritance diagram for RegexpTestDialogBase:

Public Slots | |
virtual void | somethingChanged () |
Public Member Functions | |
RegexpTestDialogBase (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
~RegexpTestDialogBase () | |
Public Attributes | |
QLabel * | pattern_label |
QLabel * | teststring_label |
QLineEdit * | teststring_edit |
QLabel * | success_label |
QPushButton * | insertbutton |
QPushButton * | cancelbutton |
QLineEdit * | pattern_edit |
QButtonGroup * | flavor_group |
QRadioButton * | basicposix_button |
QRadioButton * | extendedposix_button |
QRadioButton * | qregexp_button |
QRadioButton * | qregexp_min_button |
QRadioButton * | kregexp_button |
QPushButton * | rxedit_button |
QLabel * | subgroups_label |
QListView * | subgroups_listview |
Protected Slots | |
virtual void | languageChange () |
virtual void | insertQuoted () |
virtual void | showRegExpEditor () |
Protected Attributes | |
QGridLayout * | regexp_test_dialogLayout |
QHBoxLayout * | Layout4 |
QSpacerItem * | Horizontal_Spacing2 |
QVBoxLayout * | flavor_groupLayout |
QHBoxLayout * | layout2 |
Constructor & Destructor Documentation
|
Definition at line 34 of file regexptestdlgbase.cpp. References basicposix_button, cancelbutton, extendedposix_button, flavor_group, flavor_groupLayout, Horizontal_Spacing2, insertbutton, insertQuoted(), kregexp_button, languageChange(), layout2, Layout4, pattern_edit, pattern_label, qregexp_button, qregexp_min_button, regexp_test_dialogLayout, RegexpTestDialogBase(), rxedit_button, showRegExpEditor(), somethingChanged(), subgroups_label, subgroups_listview, success_label, teststring_edit, and teststring_label. Referenced by RegexpTestDialogBase(). |
|
Definition at line 151 of file regexptestdlgbase.cpp. |
Member Function Documentation
|
Reimplemented in RegexpTestDialog. Definition at line 190 of file regexptestdlgbase.cpp. Referenced by RegexpTestDialogBase(). |
|
Definition at line 160 of file regexptestdlgbase.cpp. References basicposix_button, cancelbutton, extendedposix_button, flavor_group, insertbutton, kregexp_button, pattern_edit, pattern_label, qregexp_button, qregexp_min_button, rxedit_button, subgroups_label, subgroups_listview, success_label, teststring_edit, and teststring_label. Referenced by RegexpTestDialogBase(). |
|
Reimplemented in RegexpTestDialog. Definition at line 200 of file regexptestdlgbase.cpp. Referenced by RegexpTestDialogBase(). |
|
Reimplemented in RegexpTestDialog. Definition at line 195 of file regexptestdlgbase.cpp. Referenced by RegexpTestDialogBase(). |
Member Data Documentation
|
Definition at line 44 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 41 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 45 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 43 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 60 of file regexptestdlgbase.h. Referenced by RegexpTestDialogBase(). |
|
Definition at line 59 of file regexptestdlgbase.h. Referenced by RegexpTestDialogBase(). |
|
Definition at line 40 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 48 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 61 of file regexptestdlgbase.h. Referenced by RegexpTestDialogBase(). |
|
Definition at line 58 of file regexptestdlgbase.h. Referenced by RegexpTestDialogBase(). |
|
Definition at line 42 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 36 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 46 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 47 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 57 of file regexptestdlgbase.h. Referenced by RegexpTestDialogBase(). |
|
Definition at line 49 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 50 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 51 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 39 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 38 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
|
Definition at line 37 of file regexptestdlgbase.h. Referenced by languageChange(), and RegexpTestDialogBase(). |
The documentation for this class was generated from the following files:
- parts/regexptest/regexptestdlgbase.h
- parts/regexptest/regexptestdlgbase.cpp