Public Member Functions | Protected Attributes

StateExtendedDialog Class Reference

#include <stateDialogs.h>

List of all members.

Public Member Functions

 StateExtendedDialog (QWidget *parent=0)
QString getDimFillColor ()
QString getDimLabelColor ()
float getDimLineCoef ()
QString getDimLineColor ()
Qt::PenStyle getDimLineStyle ()
QString getFillColor ()
Qt::BrushStyle getFillStatus ()
QString getLabelColor ()
float getLabelScale ()
QString getLineColor ()
float getLineDblCoef ()
float getLineDblSep ()
Qt::PenStyle getLineStyle ()
float getLineWidth ()
void setParams (State *state)

Protected Attributes

QComboBox * comboDimLineStyle
QComboBox * comboFillStatus
QComboBox * comboLineStyle
QLineEdit * edtDimFillColor
QLineEdit * edtDimLabelColor
QLineEdit * edtDimLineCoef
QLineEdit * edtDimLineColor
QLineEdit * edtFillColor
QLineEdit * edtLabelColor
QLineEdit * edtLabelScale
QLineEdit * edtLineColor
QLineEdit * edtLineDblCoef
QLineEdit * edtLineDblSep
QLineEdit * edtLineWidth

Detailed Description

Definition at line 70 of file stateDialogs.h.


Constructor & Destructor Documentation

StateExtendedDialog::StateExtendedDialog ( QWidget *  parent = 0  ) 

Member Function Documentation

QString StateExtendedDialog::getDimFillColor (  ) 

Definition at line 495 of file stateDialogs.cpp.

References edtDimFillColor.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

QString StateExtendedDialog::getDimLabelColor (  ) 

Definition at line 491 of file stateDialogs.cpp.

References edtDimLabelColor.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

float StateExtendedDialog::getDimLineCoef (  ) 

Definition at line 487 of file stateDialogs.cpp.

References edtDimLineCoef.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

QString StateExtendedDialog::getDimLineColor (  ) 

Definition at line 483 of file stateDialogs.cpp.

References edtDimLineColor.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

Qt::PenStyle StateExtendedDialog::getDimLineStyle (  ) 

Definition at line 479 of file stateDialogs.cpp.

References comboDimLineStyle, and trLineStyle().

Referenced by Editor::editStateParams().

Here is the call graph for this function:

Here is the caller graph for this function:

QString StateExtendedDialog::getFillColor (  ) 

Definition at line 475 of file stateDialogs.cpp.

References edtFillColor.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

Qt::BrushStyle StateExtendedDialog::getFillStatus (  ) 

Definition at line 471 of file stateDialogs.cpp.

References comboFillStatus, and trFillStatus().

Referenced by Editor::editStateParams().

Here is the call graph for this function:

Here is the caller graph for this function:

QString StateExtendedDialog::getLabelColor (  ) 

Definition at line 463 of file stateDialogs.cpp.

References edtLabelColor.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

float StateExtendedDialog::getLabelScale (  ) 

Definition at line 467 of file stateDialogs.cpp.

References edtLabelScale.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

QString StateExtendedDialog::getLineColor (  ) 

Definition at line 459 of file stateDialogs.cpp.

References edtLineColor.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

float StateExtendedDialog::getLineDblCoef (  ) 

Definition at line 499 of file stateDialogs.cpp.

References edtLineDblCoef.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

float StateExtendedDialog::getLineDblSep (  ) 

Definition at line 503 of file stateDialogs.cpp.

References edtLineDblSep.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

Qt::PenStyle StateExtendedDialog::getLineStyle (  ) 

Definition at line 451 of file stateDialogs.cpp.

References comboLineStyle, and trLineStyle().

Referenced by Editor::editStateParams().

Here is the call graph for this function:

Here is the caller graph for this function:

float StateExtendedDialog::getLineWidth (  ) 

Definition at line 455 of file stateDialogs.cpp.

References edtLineWidth.

Referenced by Editor::editStateParams().

Here is the caller graph for this function:

void StateExtendedDialog::setParams ( State state  ) 

Member Data Documentation

Definition at line 104 of file stateDialogs.h.

Referenced by getDimLineStyle(), setParams(), and StateExtendedDialog().

QComboBox* StateExtendedDialog::comboFillStatus [protected]

Definition at line 101 of file stateDialogs.h.

Referenced by getFillStatus(), setParams(), and StateExtendedDialog().

QComboBox* StateExtendedDialog::comboLineStyle [protected]

Definition at line 96 of file stateDialogs.h.

Referenced by getLineStyle(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtDimFillColor [protected]

Definition at line 108 of file stateDialogs.h.

Referenced by getDimFillColor(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtDimLabelColor [protected]

Definition at line 107 of file stateDialogs.h.

Referenced by getDimLabelColor(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtDimLineCoef [protected]

Definition at line 106 of file stateDialogs.h.

Referenced by getDimLineCoef(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtDimLineColor [protected]

Definition at line 105 of file stateDialogs.h.

Referenced by getDimLineColor(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtFillColor [protected]

Definition at line 102 of file stateDialogs.h.

Referenced by getFillColor(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtLabelColor [protected]

Definition at line 99 of file stateDialogs.h.

Referenced by getLabelColor(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtLabelScale [protected]

Definition at line 100 of file stateDialogs.h.

Referenced by getLabelScale(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtLineColor [protected]

Definition at line 98 of file stateDialogs.h.

Referenced by getLineColor(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtLineDblCoef [protected]

Definition at line 110 of file stateDialogs.h.

Referenced by getLineDblCoef(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtLineDblSep [protected]

Definition at line 111 of file stateDialogs.h.

Referenced by getLineDblSep(), setParams(), and StateExtendedDialog().

QLineEdit* StateExtendedDialog::edtLineWidth [protected]

Definition at line 97 of file stateDialogs.h.

Referenced by getLineWidth(), setParams(), and StateExtendedDialog().


The documentation for this class was generated from the following files: