Qucs-GUI  0.0.19
Public Member Functions | Data Fields | Private Slots | Private Member Functions
OptimizeDialog Class Reference

#include <optimizedialog.h>

Collaboration diagram for OptimizeDialog:
Collaboration graph
[legend]

Public Member Functions

 OptimizeDialog (Optimize_Sim *, Schematic *)
 ~OptimizeDialog ()

Data Fields

Optimize_SimComp
SchematicDoc
bool changed
int numPrec
QVBoxLayout * all
QLineEdit * NameEdit
QLineEdit * VarNameEdit
QLineEdit * VarInitEdit
QLineEdit * VarMinEdit
QLineEdit * VarMaxEdit
QLineEdit * IterEdit
QLineEdit * RefreshEdit
QLineEdit * ParentsEdit
QLineEdit * ConstEdit
QLineEdit * CrossEdit
QLineEdit * SeedEdit
QLineEdit * CostVarEdit
QLineEdit * CostObjEdit
QLineEdit * CostConEdit
QLineEdit * GoalNameEdit
QLineEdit * GoalNumEdit
QCheckBox * VarActiveCheck
QComboBox * SimEdit
QComboBox * GoalTypeCombo
QComboBox * MethodCombo
QComboBox * VarTypeCombo
QTableWidget * VarTable
QTableWidget * GoalTable
QRegExp Expr
QRegExpValidator * Validator
QDoubleValidator * numVal
QIntValidator * intVal

Private Slots

void slotOK ()
void slotApply ()
void slotCancel ()
void slotAddVariable ()
void slotDeleteVariable ()
void slotAddGoal ()
void slotDeleteGoal ()
void slotEditGoal ()
void slotEditVariable ()
void slotChangeVarName (const QString &)
void slotChangeVarActive (bool)
void slotChangeVarInit (const QString &)
void slotChangeVarMin (const QString &)
void slotChangeVarMax (const QString &)
void slotChangeVarType (const QString &)
void slotChangeGoalName (const QString &)
void slotChangeGoalNum (const QString &)
void slotChangeGoalType (const QString &)
void slotCreateEqn ()
void slotSetPrecision (const QPoint &)

Private Member Functions

void createASCOFiles ()

Detailed Description

Definition at line 36 of file optimizedialog.h.


Constructor & Destructor Documentation

Definition at line 48 of file optimizedialog.cpp.

Here is the call graph for this function:

Definition at line 448 of file optimizedialog.cpp.


Member Function Documentation

void OptimizeDialog::createASCOFiles ( ) [private]
void OptimizeDialog::slotAddGoal ( ) [private, slot]

Definition at line 618 of file optimizedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptimizeDialog::slotAddVariable ( ) [private, slot]

Definition at line 485 of file optimizedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptimizeDialog::slotApply ( ) [private, slot]

Definition at line 697 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotCancel ( ) [private, slot]

Definition at line 826 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotChangeGoalName ( const QString &  ) [private, slot]

Definition at line 664 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotChangeGoalNum ( const QString &  Text) [private, slot]

Definition at line 680 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotChangeGoalType ( const QString &  Text) [private, slot]

Definition at line 670 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotChangeVarActive ( bool  On) [private, slot]

Definition at line 541 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotChangeVarInit ( const QString &  Text) [private, slot]

Definition at line 557 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotChangeVarMax ( const QString &  Text) [private, slot]

Definition at line 577 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotChangeVarMin ( const QString &  Text) [private, slot]

Definition at line 567 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotChangeVarName ( const QString &  ) [private, slot]

Definition at line 551 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotChangeVarType ( const QString &  Text) [private, slot]

Definition at line 587 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotCreateEqn ( ) [private, slot]

Definition at line 833 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotDeleteGoal ( ) [private, slot]

Definition at line 654 of file optimizedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptimizeDialog::slotDeleteVariable ( ) [private, slot]

Definition at line 531 of file optimizedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptimizeDialog::slotEditGoal ( ) [private, slot]

Definition at line 597 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotEditVariable ( ) [private, slot]

Definition at line 457 of file optimizedialog.cpp.

Here is the caller graph for this function:

void OptimizeDialog::slotOK ( ) [private, slot]

Definition at line 690 of file optimizedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptimizeDialog::slotSetPrecision ( const QPoint &  pos) [private, slot]

Definition at line 864 of file optimizedialog.cpp.

Here is the caller graph for this function:


Field Documentation

QVBoxLayout* OptimizeDialog::all

Definition at line 73 of file optimizedialog.h.

Definition at line 70 of file optimizedialog.h.

Definition at line 68 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 69 of file optimizedialog.h.

Definition at line 83 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

QTableWidget * OptimizeDialog::GoalTable

Definition at line 81 of file optimizedialog.h.

Definition at line 80 of file optimizedialog.h.

QIntValidator* OptimizeDialog::intVal

Definition at line 86 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 80 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 71 of file optimizedialog.h.

QDoubleValidator* OptimizeDialog::numVal

Definition at line 85 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 80 of file optimizedialog.h.

QRegExpValidator* OptimizeDialog::Validator

Definition at line 84 of file optimizedialog.h.

Definition at line 79 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

Definition at line 74 of file optimizedialog.h.

QTableWidget* OptimizeDialog::VarTable

Definition at line 81 of file optimizedialog.h.

Definition at line 80 of file optimizedialog.h.


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