KDevelop API Documentation

ReplaceDlg Class Reference

#include <replacedlg.h>

Inheritance diagram for ReplaceDlg:

QDialog ReplaceDlgImpl List of all members.

Public Member Functions

 ReplaceDlg (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)
 ~ReplaceDlg ()

Public Attributes

QGroupBoxgroupBox2
QCheckBoxcase_box
QButtonGroupbuttonGroup2
QRadioButtonstrings_all_radio
QRadioButtonstrings_wholewords_radio
QRadioButtonstrings_regexp_radio
QPushButtonregexp_button
KHistoryComboregexp_combo
QButtonGroupbuttonGroup1
QRadioButtonfiles_all_radio
QRadioButtonfiles_open_radio
QRadioButtonfiles_path_radio
KURLRequesterpath_urlreq
QLabelexpression_varning_label
QPushButtonfind_button
QPushButtoncancel_button
QGroupBoxgroupBox1
QLabeltextLabel1
KHistoryCombofind_combo
QLabeltextLabel2
KHistoryComboreplacement_combo

Protected Slots

virtual void languageChange ()

Protected Attributes

QGridLayoutReplaceDlgLayout
QVBoxLayoutgroupBox2Layout
QVBoxLayoutbuttonGroup2Layout
QHBoxLayoutlayout3
QVBoxLayoutbuttonGroup1Layout
QHBoxLayoutlayout4
QSpacerItemspacer1
QGridLayoutgroupBox1Layout

Constructor & Destructor Documentation

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

Definition at line 35 of file replacedlg.cpp.

References buttonGroup1, buttonGroup1Layout, buttonGroup2, buttonGroup2Layout, cancel_button, case_box, expression_varning_label, files_all_radio, files_open_radio, files_path_radio, find_button, find_combo, groupBox1, groupBox1Layout, groupBox2, groupBox2Layout, languageChange(), layout3, layout4, path_urlreq, regexp_button, regexp_combo, ReplaceDlg(), ReplaceDlgLayout, replacement_combo, spacer1, strings_all_radio, strings_regexp_radio, strings_wholewords_radio, textLabel1, and textLabel2.

Referenced by ReplaceDlg().

ReplaceDlg::~ReplaceDlg  ) 
 

Definition at line 187 of file replacedlg.cpp.


Member Function Documentation

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

Definition at line 196 of file replacedlg.cpp.

References buttonGroup1, buttonGroup2, cancel_button, case_box, expression_varning_label, files_all_radio, files_open_radio, files_path_radio, find_button, find_combo, groupBox1, groupBox2, regexp_button, regexp_combo, replacement_combo, strings_all_radio, strings_regexp_radio, strings_wholewords_radio, textLabel1, and textLabel2.

Referenced by ReplaceDlg().


Member Data Documentation

QButtonGroup* ReplaceDlg::buttonGroup1
 

Definition at line 45 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QVBoxLayout* ReplaceDlg::buttonGroup1Layout [protected]
 

Definition at line 64 of file replacedlg.h.

Referenced by ReplaceDlg().

QButtonGroup* ReplaceDlg::buttonGroup2
 

Definition at line 39 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QVBoxLayout* ReplaceDlg::buttonGroup2Layout [protected]
 

Definition at line 62 of file replacedlg.h.

Referenced by ReplaceDlg().

QPushButton* ReplaceDlg::cancel_button
 

Definition at line 52 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QCheckBox* ReplaceDlg::case_box
 

Definition at line 38 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QLabel* ReplaceDlg::expression_varning_label
 

Definition at line 50 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QRadioButton* ReplaceDlg::files_all_radio
 

Definition at line 46 of file replacedlg.h.

Referenced by languageChange(), ReplaceDlg(), and ReplaceWidget::workFiles().

QRadioButton* ReplaceDlg::files_open_radio
 

Definition at line 47 of file replacedlg.h.

Referenced by languageChange(), ReplaceDlg(), and ReplaceWidget::workFiles().

QRadioButton* ReplaceDlg::files_path_radio
 

Definition at line 48 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QPushButton* ReplaceDlg::find_button
 

Definition at line 51 of file replacedlg.h.

Referenced by languageChange(), ReplaceDlg(), and ReplaceWidget::ReplaceWidget().

KHistoryCombo* ReplaceDlg::find_combo
 

Definition at line 55 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QGroupBox* ReplaceDlg::groupBox1
 

Definition at line 53 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QGridLayout* ReplaceDlg::groupBox1Layout [protected]
 

Definition at line 67 of file replacedlg.h.

Referenced by ReplaceDlg().

QGroupBox* ReplaceDlg::groupBox2
 

Definition at line 37 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QVBoxLayout* ReplaceDlg::groupBox2Layout [protected]
 

Definition at line 61 of file replacedlg.h.

Referenced by ReplaceDlg().

QHBoxLayout* ReplaceDlg::layout3 [protected]
 

Definition at line 63 of file replacedlg.h.

Referenced by ReplaceDlg().

QHBoxLayout* ReplaceDlg::layout4 [protected]
 

Definition at line 65 of file replacedlg.h.

Referenced by ReplaceDlg().

KURLRequester* ReplaceDlg::path_urlreq
 

Definition at line 49 of file replacedlg.h.

Referenced by ReplaceDlg(), and ReplaceWidget::workFiles().

QPushButton* ReplaceDlg::regexp_button
 

Definition at line 43 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

KHistoryCombo* ReplaceDlg::regexp_combo
 

Definition at line 44 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QGridLayout* ReplaceDlg::ReplaceDlgLayout [protected]
 

Definition at line 60 of file replacedlg.h.

Referenced by ReplaceDlg().

KHistoryCombo* ReplaceDlg::replacement_combo
 

Definition at line 57 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QSpacerItem* ReplaceDlg::spacer1 [protected]
 

Definition at line 66 of file replacedlg.h.

Referenced by ReplaceDlg().

QRadioButton* ReplaceDlg::strings_all_radio
 

Definition at line 40 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QRadioButton* ReplaceDlg::strings_regexp_radio
 

Definition at line 42 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QRadioButton* ReplaceDlg::strings_wholewords_radio
 

Definition at line 41 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QLabel* ReplaceDlg::textLabel1
 

Definition at line 54 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().

QLabel* ReplaceDlg::textLabel2
 

Definition at line 56 of file replacedlg.h.

Referenced by languageChange(), and ReplaceDlg().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:06 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003