Qucs-GUI  0.0.19
Public Member Functions | Private Slots | Private Member Functions | Private Attributes
ChangeDialog Class Reference

#include <changedialog.h>

Collaboration diagram for ChangeDialog:
Collaboration graph
[legend]

Public Member Functions

 ChangeDialog (Schematic *)
 ~ChangeDialog ()

Private Slots

void slotButtReplace ()

Private Member Functions

bool matches (const QString &)

Private Attributes

SchematicDoc
QGridLayout * all
QRegExpValidator * Validator
QRegExpValidator * ValRestrict
QRegExp Expr
QLineEdit * CompNameEdit
QLineEdit * NewValueEdit
QComboBox * CompTypeEdit
QComboBox * PropNameEdit

Detailed Description

Definition at line 32 of file changedialog.h.


Constructor & Destructor Documentation

Definition at line 37 of file changedialog.cpp.

Here is the call graph for this function:

Definition at line 95 of file changedialog.cpp.


Member Function Documentation

bool ChangeDialog::matches ( const QString &  CompModel) [private]

Definition at line 105 of file changedialog.cpp.

Here is the caller graph for this function:

void ChangeDialog::slotButtReplace ( ) [private, slot]

Definition at line 128 of file changedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

QGridLayout* ChangeDialog::all [private]

Definition at line 45 of file changedialog.h.

QLineEdit* ChangeDialog::CompNameEdit [private]

Definition at line 48 of file changedialog.h.

QComboBox* ChangeDialog::CompTypeEdit [private]

Definition at line 49 of file changedialog.h.

Definition at line 44 of file changedialog.h.

QRegExp ChangeDialog::Expr [private]

Definition at line 47 of file changedialog.h.

QLineEdit * ChangeDialog::NewValueEdit [private]

Definition at line 48 of file changedialog.h.

QComboBox * ChangeDialog::PropNameEdit [private]

Definition at line 49 of file changedialog.h.

QRegExpValidator* ChangeDialog::Validator [private]

Definition at line 46 of file changedialog.h.

QRegExpValidator * ChangeDialog::ValRestrict [private]

Definition at line 46 of file changedialog.h.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines