KDevelop API Documentation

RegexpTestDialogBase Class Reference

#include <regexptestdlgbase.h>

Inheritance diagram for RegexpTestDialogBase:

Inheritance graph
[legend]
Collaboration diagram for RegexpTestDialogBase:

Collaboration graph
[legend]
List of all members.

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

QLabelpattern_label
QLabelteststring_label
QLineEditteststring_edit
QLabelsuccess_label
QPushButtoninsertbutton
QPushButtoncancelbutton
QLineEditpattern_edit
QButtonGroupflavor_group
QRadioButtonbasicposix_button
QRadioButtonextendedposix_button
QRadioButtonqregexp_button
QRadioButtonqregexp_min_button
QRadioButtonkregexp_button
QPushButtonrxedit_button
QLabelsubgroups_label
QListViewsubgroups_listview

Protected Slots

virtual void languageChange ()
virtual void insertQuoted ()
virtual void showRegExpEditor ()

Protected Attributes

QGridLayoutregexp_test_dialogLayout
QHBoxLayoutLayout4
QSpacerItemHorizontal_Spacing2
QVBoxLayoutflavor_groupLayout
QHBoxLayoutlayout2

Constructor & Destructor Documentation

RegexpTestDialogBase::RegexpTestDialogBase QWidget parent = 0,
const char *  name = 0,
bool  modal = FALSE,
WFlags  fl = 0
 

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, rxedit_button, showRegExpEditor(), somethingChanged(), subgroups_label, subgroups_listview, success_label, teststring_edit, and teststring_label.

RegexpTestDialogBase::~RegexpTestDialogBase  ) 
 

Definition at line 151 of file regexptestdlgbase.cpp.


Member Function Documentation

void RegexpTestDialogBase::insertQuoted  )  [protected, virtual, slot]
 

Reimplemented in RegexpTestDialog.

Definition at line 190 of file regexptestdlgbase.cpp.

Referenced by RegexpTestDialogBase().

void RegexpTestDialogBase::languageChange  )  [protected, virtual, slot]
 

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().

void RegexpTestDialogBase::showRegExpEditor  )  [protected, virtual, slot]
 

Reimplemented in RegexpTestDialog.

Definition at line 200 of file regexptestdlgbase.cpp.

Referenced by RegexpTestDialogBase().

void RegexpTestDialogBase::somethingChanged  )  [virtual, slot]
 

Reimplemented in RegexpTestDialog.

Definition at line 195 of file regexptestdlgbase.cpp.

Referenced by RegexpTestDialogBase().


Member Data Documentation

QRadioButton* RegexpTestDialogBase::basicposix_button
 

Definition at line 44 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QPushButton* RegexpTestDialogBase::cancelbutton
 

Definition at line 41 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QRadioButton* RegexpTestDialogBase::extendedposix_button
 

Definition at line 45 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QButtonGroup* RegexpTestDialogBase::flavor_group
 

Definition at line 43 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QVBoxLayout* RegexpTestDialogBase::flavor_groupLayout [protected]
 

Definition at line 60 of file regexptestdlgbase.h.

Referenced by RegexpTestDialogBase().

QSpacerItem* RegexpTestDialogBase::Horizontal_Spacing2 [protected]
 

Definition at line 59 of file regexptestdlgbase.h.

Referenced by RegexpTestDialogBase().

QPushButton* RegexpTestDialogBase::insertbutton
 

Definition at line 40 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QRadioButton* RegexpTestDialogBase::kregexp_button
 

Definition at line 48 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QHBoxLayout* RegexpTestDialogBase::layout2 [protected]
 

Definition at line 61 of file regexptestdlgbase.h.

Referenced by RegexpTestDialogBase().

QHBoxLayout* RegexpTestDialogBase::Layout4 [protected]
 

Definition at line 58 of file regexptestdlgbase.h.

Referenced by RegexpTestDialogBase().

QLineEdit* RegexpTestDialogBase::pattern_edit
 

Definition at line 42 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QLabel* RegexpTestDialogBase::pattern_label
 

Definition at line 36 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QRadioButton* RegexpTestDialogBase::qregexp_button
 

Definition at line 46 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QRadioButton* RegexpTestDialogBase::qregexp_min_button
 

Definition at line 47 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QGridLayout* RegexpTestDialogBase::regexp_test_dialogLayout [protected]
 

Definition at line 57 of file regexptestdlgbase.h.

Referenced by RegexpTestDialogBase().

QPushButton* RegexpTestDialogBase::rxedit_button
 

Definition at line 49 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QLabel* RegexpTestDialogBase::subgroups_label
 

Definition at line 50 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QListView* RegexpTestDialogBase::subgroups_listview
 

Definition at line 51 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QLabel* RegexpTestDialogBase::success_label
 

Definition at line 39 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QLineEdit* RegexpTestDialogBase::teststring_edit
 

Definition at line 38 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().

QLabel* RegexpTestDialogBase::teststring_label
 

Definition at line 37 of file regexptestdlgbase.h.

Referenced by languageChange(), and RegexpTestDialogBase().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:29:18 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003