Qucs-GUI
0.0.18
|
#include <changedialog.h>
Public Member Functions | |
ChangeDialog (Schematic *) | |
~ChangeDialog () | |
Private Slots | |
void | slotButtReplace () |
Private Member Functions | |
bool | matches (const QString &) |
Private Attributes | |
Schematic * | Doc |
QGridLayout * | all |
QRegExpValidator * | Validator |
QRegExpValidator * | ValRestrict |
QRegExp | Expr |
QLineEdit * | CompNameEdit |
QLineEdit * | NewValueEdit |
QComboBox * | CompTypeEdit |
QComboBox * | PropNameEdit |
Definition at line 32 of file changedialog.h.
ChangeDialog::ChangeDialog | ( | Schematic * | Doc_ | ) |
Definition at line 38 of file changedialog.cpp.
ChangeDialog::~ChangeDialog | ( | ) |
Definition at line 96 of file changedialog.cpp.
|
private |
Definition at line 106 of file changedialog.cpp.
|
privateslot |
Definition at line 129 of file changedialog.cpp.
|
private |
Definition at line 45 of file changedialog.h.
|
private |
Definition at line 48 of file changedialog.h.
|
private |
Definition at line 49 of file changedialog.h.
|
private |
Definition at line 44 of file changedialog.h.
|
private |
Definition at line 47 of file changedialog.h.
|
private |
Definition at line 48 of file changedialog.h.
|
private |
Definition at line 49 of file changedialog.h.
|
private |
Definition at line 46 of file changedialog.h.
|
private |
Definition at line 46 of file changedialog.h.