Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Plot2d_SetupViewDlg Class Reference

Dialog box to setup Plot2d view window.

#include <Plot2d_SetupViewDlg.h>

Inheritance diagram for Plot2d_SetupViewDlg:
Inheritance graph

Public Member Functions

 Plot2d_SetupViewDlg (QWidget *=0, bool=false, bool=false)
 Constructor. More...
 
 ~Plot2d_SetupViewDlg ()
 Destructor. More...
 
void setMainTitle (bool, const QString &=QString())
 Set main title attributes. More...
 
bool isMainTitleEnabled ()
 Check if main title is enabled. More...
 
QString getMainTitle ()
 Get main title. More...
 
void setXTitle (bool, const QString &=QString())
 Set horizontal axis title attributes. More...
 
bool isXTitleEnabled ()
 Check if main title is enabled. More...
 
QString getXTitle ()
 Get horizontal axis title. More...
 
void setYTitle (bool, const QString &=QString())
 Set left vertical axis title attributes. More...
 
void setY2Title (bool, const QString &=QString())
 Set right vertical axis title attributes. More...
 
bool isYTitleEnabled ()
 Check if left vertical axis title is enabled. More...
 
bool isY2TitleEnabled ()
 Check if right vertical axis title is enabled. More...
 
QString getYTitle ()
 Get left vertical axis title. More...
 
QString getY2Title ()
 Get right vertical axis title. More...
 
void setCurveType (const int)
 Set curve type. More...
 
int getCurveType ()
 Get curve type. More...
 
bool getLMaxNormMode ()
 Check if normalization to maximum by left Y axis sets. More...
 
void setLMaxNormMode (const bool)
 Set normalization to maximum by left Y axis. More...
 
bool getLMinNormMode ()
 Check if normalization to minimum by left Y axis sets. More...
 
void setLMinNormMode (const bool)
 Set normalization to minimum by left Y axis. More...
 
bool getRMaxNormMode ()
 Check if normalization to maximum by right Y axis sets. More...
 
void setRMaxNormMode (const bool)
 Set normalization to maximum by right Y axis. More...
 
bool getRMinNormMode ()
 Check if normalization to minimum by right Y axis sets. More...
 
void setRMinNormMode (const bool)
 Set normalization to minimum by right Y axis. More...
 
void setLegend (bool, int, int, const QFont &, const QColor &, const QColor &)
 Set legend attribute. More...
 
bool isLegendEnabled ()
 Check if legend is enabled. More...
 
int getLegendPos ()
 Get legend position. More...
 
int getLegendSymbolType ()
 Get legend symbol type. More...
 
QFont getLegendFont ()
 Get legend font. More...
 
QColor getLegendColor ()
 Get legend font color. More...
 
QColor getSelectedLegendColor ()
 Get selected legend font color. More...
 
void setMarkerSize (const int)
 Set marker size. More...
 
int getMarkerSize ()
 Get marker size. More...
 
void setBackgroundColor (const QColor &)
 Set background color. More...
 
QColor getBackgroundColor ()
 Get background color. More...
 
void setSelectionColor (const QColor &)
 Set selection color. More...
 
QColor getSelectionColor ()
 Get selection color. More...
 
void setMajorGrid (bool, const int, bool, const int, bool, const int)
 Set major grid parameters. More...
 
void getMajorGrid (bool &, int &, bool &, int &, bool &, int &)
 Get major grid parameters. More...
 
void setMinorGrid (bool, const int, bool, const int, bool, const int)
 Set minor grid parameters. More...
 
void getMinorGrid (bool &, int &, bool &, int &, bool &, int &)
 Get minor grid parameters. More...
 
void setScaleMode (const int, const int)
 Set scale mode for horizontal and vertical axes. More...
 
int getXScaleMode ()
 Get scale mode for horizontal axis. More...
 
int getYScaleMode ()
 Get scale mode for vertical axis. More...
 
void setDeviationMarkerLw (const int)
 Set deviation marker line width. More...
 
int getDeviationMarkerLw () const
 Get deviation marker line width. More...
 
void setDeviationMarkerTs (const int)
 Set deviation marker tick size. More...
 
int getDeviationMarkerTs () const
 Get deviation marker tick size. More...
 
void setDeviationMarkerCl (const QColor &)
 Set color of the deviation marker. More...
 
QColor getDeviationMarkerCl () const
 Get color of the deviation marker. More...
 
bool isSetAsDefault ()
 Get "Set settings as default" check box value. More...
 

Protected Slots

void onMainTitleChecked ()
 Called when user clicks "Show main title" check box. More...
 
void onXTitleChecked ()
 Called when user clicks "Show horizontal axis title" check box. More...
 
void onYTitleChecked ()
 Called when user clicks "Show vertical left axis title" check box. More...
 
void onY2TitleChecked ()
 Called when user clicks "Show vertical right axis title" check box. More...
 
void onLegendChecked ()
 Called when user clicks "Show Legend" check box. More...
 
void onXGridMajorChecked ()
 Called when user clicks "Enable horizontal major grid" check box. More...
 
void onYGridMajorChecked ()
 Called when user clicks "Enable left vertical major grid" check box. More...
 
void onY2GridMajorChecked ()
 Called when user clicks "Enable right vertical major grid" check box. More...
 
void onXGridMinorChecked ()
 Called when user clicks "Enable horizontal minor grid" check box. More...
 
void onYGridMinorChecked ()
 Called when user clicks "Enable left vertical minor grid" check box. More...
 
void onY2GridMinorChecked ()
 Called when user clicks "Enable right vertical minor grid" check box. More...
 
void onNormLMaxChecked ()
 Called when user clicks "Left Y Axis: Normalize to maximum" check box. More...
 
void onNormLMinChecked ()
 Called when user clicks "Left Y Axis: Normalize to minimum" check box. More...
 
void onNormRMaxChecked ()
 Called when user clicks "Right Y Axis: Normalize to maximum" check box. More...
 
void onNormRMinChecked ()
 Called when user clicks "Right Y Axis: Normalize to minimum" check box. More...
 
void onHelp ()
 

Private Attributes

QCheckBox * myTitleCheck
 
QLineEditmyTitleEdit
 
QCheckBox * myTitleXCheck
 
QLineEditmyTitleXEdit
 
QCheckBox * myTitleYCheck
 
QCheckBox * myTitleY2Check
 
QLineEditmyTitleYEdit
 
QLineEditmyTitleY2Edit
 
QtxColorButtonmyBackgroundBtn
 
QtxColorButtonmySelectionBtn
 
QtxColorButtonmyLegendFontColor
 
QtxColorButtonmySelectedLegendFontColor
 
QtxFontEditmyLegendFont
 
QCheckBox * myXGridCheck
 
QSpinBoxmyXGridSpin
 
QCheckBox * myYGridCheck
 
QCheckBox * myY2GridCheck
 
QSpinBoxmyYGridSpin
 
QSpinBoxmyY2GridSpin
 
QCheckBox * myXMinGridCheck
 
QSpinBoxmyXMinGridSpin
 
QCheckBox * myYMinGridCheck
 
QCheckBox * myY2MinGridCheck
 
QSpinBoxmyYMinGridSpin
 
QSpinBoxmyY2MinGridSpin
 
QComboBoxmyCurveCombo
 
QCheckBox * myLegendCheck
 
QComboBoxmyLegendCombo
 
QComboBoxmyLegendSymbolType
 
QSpinBoxmyMarkerSpin
 
QComboBoxmyXModeCombo
 
QComboBoxmyYModeCombo
 
QCheckBox * myNormLMaxCheck
 
QCheckBox * myNormLMinCheck
 
QCheckBox * myNormRMaxCheck
 
QCheckBox * myNormRMinCheck
 
QComboBoxmyY2ModeCombo
 
QCheckBox * myDefCheck
 
QPushButton * myOkBtn
 
QPushButton * myCancelBtn
 
QPushButton * myHelpBtn
 
QSpinBoxmyDeviationLw
 
QSpinBoxmyDeviationTs
 
QtxColorButtonmyDeviationCl
 
bool mySecondAxisY
 

Constructor & Destructor Documentation

Plot2d_SetupViewDlg::~Plot2d_SetupViewDlg ( )

Member Function Documentation

QColor Plot2d_SetupViewDlg::getBackgroundColor ( )
Returns
background color
See Also
setBackgroundColor()

References QtxColorButton::color(), and myBackgroundBtn.

int Plot2d_SetupViewDlg::getCurveType ( )
Returns
curve type: 0 (points), 1 (lines) or 2 (splines)
See Also
setCurveType()

References myCurveCombo.

QColor Plot2d_SetupViewDlg::getDeviationMarkerCl ( ) const
Returns
marker color
See Also
setDeviationMarkerCl()

References QtxColorButton::color(), and myDeviationCl.

int Plot2d_SetupViewDlg::getDeviationMarkerLw ( ) const
Returns
marker line width
See Also
setMarkerSize()

References myDeviationLw.

int Plot2d_SetupViewDlg::getDeviationMarkerTs ( ) const
Returns
marker tick size
See Also
setDeviationMarkerTs()

References myDeviationTs.

QColor Plot2d_SetupViewDlg::getLegendColor ( )
Returns
legend font color
See Also
setLegend()

References QtxColorButton::color(), and myLegendFontColor.

QFont Plot2d_SetupViewDlg::getLegendFont ( )
Returns
legend font
See Also
setLegend()

References QtxFontEdit::currentFont(), and myLegendFont.

int Plot2d_SetupViewDlg::getLegendPos ( )
Returns
legend position: 0 (left), 1 (right), 2 (top), 3 (bottom)
See Also
setLegend()

References myLegendCombo.

int Plot2d_SetupViewDlg::getLegendSymbolType ( )
Returns
legend symbol type: 0 (marker on line), 1 (marker above line)
See Also
setLegend()

References myLegendSymbolType.

bool Plot2d_SetupViewDlg::getLMaxNormMode ( )
Returns
curve normalizatoin type: true,false
See Also
setMaxNormMode()

References myNormLMaxCheck.

bool Plot2d_SetupViewDlg::getLMinNormMode ( )
Returns
curve normalizatoin type: true,false
See Also
setMinNormMode()

References myNormLMinCheck.

QString Plot2d_SetupViewDlg::getMainTitle ( )
Returns
main title
See Also
setMainTitle()

References myTitleEdit.

void Plot2d_SetupViewDlg::getMajorGrid ( bool &  enableX,
int &  divX,
bool &  enableY,
int &  divY,
bool &  enableY2,
int &  divY2 
)
Parameters
enableXtrue if horizontal major grid is enabled
divXmaximum number of ticks for horizontal major grid
enableYtrue if left vertical major grid is enabled
divYmaximum number of ticks for left vertical major grid
enableY2true if right vertical major grid is enabled
divY2maximum number of ticks for right vertical major grid
See Also
setMajorGrid()

References mySecondAxisY, myXGridCheck, myXGridSpin, myY2GridCheck, myY2GridSpin, myYGridCheck, and myYGridSpin.

int Plot2d_SetupViewDlg::getMarkerSize ( )
Returns
marker size
See Also
setMarkerSize()

References myMarkerSpin.

void Plot2d_SetupViewDlg::getMinorGrid ( bool &  enableX,
int &  divX,
bool &  enableY,
int &  divY,
bool &  enableY2,
int &  divY2 
)
Parameters
enableXtrue if horizontal minor grid is enabled
divXmaximum number of ticks for horizontal minor grid
enableYtrue if left vertical minor grid is enabled
divYmaximum number of ticks for left vertical minor grid
enableY2true if right vertical minor grid is enabled
divY2maximum number of ticks for right vertical minor grid
See Also
setMinorGrid()

References mySecondAxisY, myXMinGridCheck, myXMinGridSpin, myY2MinGridCheck, myY2MinGridSpin, myYMinGridCheck, and myYMinGridSpin.

bool Plot2d_SetupViewDlg::getRMaxNormMode ( )
Returns
curve normalizatoin type: true,false
See Also
setMaxNormMode()

References myNormRMaxCheck.

bool Plot2d_SetupViewDlg::getRMinNormMode ( )
Returns
curve normalizatoin type: true,false
See Also
setMinNormMode()

References myNormRMinCheck.

QColor Plot2d_SetupViewDlg::getSelectedLegendColor ( )
Returns
selected legend font color
See Also
setLegend()

References QtxColorButton::color(), and mySelectedLegendFontColor.

QColor Plot2d_SetupViewDlg::getSelectionColor ( )
Returns
selection color
See Also
setSelectionColor()

References QtxColorButton::color(), and mySelectionBtn.

int Plot2d_SetupViewDlg::getXScaleMode ( )
Returns
horizontal axis scale mode: 0 (linear), 1 (logarithmic)
See Also
setScaleMode()

References myXModeCombo.

QString Plot2d_SetupViewDlg::getXTitle ( )
Returns
horizontal axis title
See Also
setXTitle()

References myTitleXEdit.

QString Plot2d_SetupViewDlg::getY2Title ( )
Returns
right vertical axis title
See Also
setY2Title()

References myTitleY2Edit.

int Plot2d_SetupViewDlg::getYScaleMode ( )
Returns
vertical axis scale mode: 0 (linear), 1 (logarithmic)
See Also
setScaleMode()

References myYModeCombo.

QString Plot2d_SetupViewDlg::getYTitle ( )
Returns
left vertical axis title
See Also
setYTitle()

References myTitleYEdit.

bool Plot2d_SetupViewDlg::isLegendEnabled ( )
Returns
true if legend is enabled
See Also
setLegend()

References myLegendCheck.

bool Plot2d_SetupViewDlg::isMainTitleEnabled ( )
Returns
true if main title is enabled
See Also
setMainTitle()

References myTitleCheck.

bool Plot2d_SetupViewDlg::isSetAsDefault ( )
Returns
true if "Set settings as default" check box is on

References myDefCheck.

bool Plot2d_SetupViewDlg::isXTitleEnabled ( )
Returns
true if horizontal axis title is enabled
See Also
setXTitle()

References myTitleXCheck.

bool Plot2d_SetupViewDlg::isY2TitleEnabled ( )
Returns
true if right vertical axis title is enabled
See Also
setY2Title()

References myTitleY2Check.

bool Plot2d_SetupViewDlg::isYTitleEnabled ( )
Returns
true if right vertical axis title is enabled
See Also
setYTitle()

References myTitleYCheck.

void Plot2d_SetupViewDlg::onHelp ( )
protectedslot

Slot, called when user clicks "Help" button

References SUIT_Session::activeApplication(), app, SUIT_Application::onHelpContextModule(), and SUIT_Session::session().

void Plot2d_SetupViewDlg::onLegendChecked ( )
protectedslot

References myLegendCheck, and myLegendCombo.

void Plot2d_SetupViewDlg::onMainTitleChecked ( )
protectedslot

References myTitleCheck, and myTitleEdit.

void Plot2d_SetupViewDlg::onNormLMaxChecked ( )
protectedslot
void Plot2d_SetupViewDlg::onNormLMinChecked ( )
protectedslot
void Plot2d_SetupViewDlg::onNormRMaxChecked ( )
protectedslot
void Plot2d_SetupViewDlg::onNormRMinChecked ( )
protectedslot
void Plot2d_SetupViewDlg::onXGridMajorChecked ( )
protectedslot

References myXGridCheck, and myXMinGridCheck.

void Plot2d_SetupViewDlg::onXGridMinorChecked ( )
protectedslot
void Plot2d_SetupViewDlg::onXTitleChecked ( )
protectedslot

References myTitleXCheck, and myTitleXEdit.

void Plot2d_SetupViewDlg::onY2GridMajorChecked ( )
protectedslot

References myY2GridCheck, and myY2MinGridCheck.

void Plot2d_SetupViewDlg::onY2GridMinorChecked ( )
protectedslot
void Plot2d_SetupViewDlg::onY2TitleChecked ( )
protectedslot

References myTitleY2Check, and myTitleY2Edit.

void Plot2d_SetupViewDlg::onYGridMajorChecked ( )
protectedslot

References myYGridCheck, and myYMinGridCheck.

void Plot2d_SetupViewDlg::onYGridMinorChecked ( )
protectedslot
void Plot2d_SetupViewDlg::onYTitleChecked ( )
protectedslot

References myTitleYCheck, and myTitleYEdit.

void Plot2d_SetupViewDlg::setBackgroundColor ( const QColor &  color)
Parameters
colorbackground color
See Also
getBackgroundColor()

References myBackgroundBtn, and QtxColorButton::setColor().

void Plot2d_SetupViewDlg::setCurveType ( const int  type)
Parameters
typecurve type: 0 (points), 1 (lines) or 2 (splines)
See Also
getCurveType()

References myCurveCombo.

void Plot2d_SetupViewDlg::setDeviationMarkerCl ( const QColor &  col)
Parameters
colormarker color
See Also
getDeviationMarkerCl()

References myDeviationCl, and QtxColorButton::setColor().

void Plot2d_SetupViewDlg::setDeviationMarkerLw ( const int  width)
Parameters
widthmarker line width
See Also
getDeviationMarkerLw()

References myDeviationLw.

void Plot2d_SetupViewDlg::setDeviationMarkerTs ( const int  size)
Parameters
sizemarker tick size
See Also
getDeviationMarkerTs()

References myDeviationTs.

void Plot2d_SetupViewDlg::setLegend ( bool  enable,
int  pos,
int  symbolType,
const QFont &  fnt,
const QColor &  fontColor,
const QColor &  selFontColor 
)
Parameters
iftrue legend is shown
poslegend position: 0 (left), 1 (right), 2 (top), 3 (bottom)
fntlegend font
collegend font color
See Also
isLegendEnabled(), getLegendPos(), getLegendFont()

References myLegendCheck, myLegendCombo, myLegendFont, myLegendFontColor, myLegendSymbolType, mySelectedLegendFontColor, onLegendChecked(), QtxColorButton::setColor(), and QtxFontEdit::setCurrentFont().

void Plot2d_SetupViewDlg::setLMaxNormMode ( const bool  type)
Parameters
typenormalizatoin type: true,false
See Also
getMaxNormMode()

References myNormLMaxCheck.

void Plot2d_SetupViewDlg::setLMinNormMode ( const bool  type)
Parameters
typenormalizatoin type: true,false
See Also
getMinNormMode()

References myNormLMinCheck.

void Plot2d_SetupViewDlg::setMainTitle ( bool  enable,
const QString &  title = QString() 
)
Parameters
enableif true main title is enabled
titlemain title
See Also
isMainTitleEnabled(), getMainTitle()

References myTitleCheck, myTitleEdit, and onMainTitleChecked().

void Plot2d_SetupViewDlg::setMajorGrid ( bool  enableX,
const int  divX,
bool  enableY,
const int  divY,
bool  enableY2,
const int  divY2 
)
Parameters
enableXif true, horizontal major grid is enabled
divXmaximum number of ticks for horizontal major grid
enableYif true, left vertical major grid is enabled
divYmaximum number of ticks for left vertical major grid
enableY2if true, right vertical major grid is enabled
divY2maximum number of ticks for right vertical major grid
See Also
getMajorGrid()

References mySecondAxisY, myXGridCheck, myXGridSpin, myY2GridCheck, myY2GridSpin, myYGridCheck, myYGridSpin, onXGridMajorChecked(), onY2GridMajorChecked(), and onYGridMajorChecked().

void Plot2d_SetupViewDlg::setMarkerSize ( const int  size)
Parameters
sizemarker size
See Also
getMarkerSize()

References myMarkerSpin.

void Plot2d_SetupViewDlg::setMinorGrid ( bool  enableX,
const int  divX,
bool  enableY,
const int  divY,
bool  enableY2,
const int  divY2 
)
Parameters
enableXif true, horizontal minor grid is enabled
divXmaximum number of ticks for horizontal minor grid
enableYif true, left vertical minor grid is enabled
divYmaximum number of ticks for left vertical minor grid
enableY2if true, right vertical minor grid is enabled
divY2maximum number of ticks for right vertical minor grid
See Also
getMinorGrid()

References mySecondAxisY, myXMinGridCheck, myXMinGridSpin, myY2MinGridCheck, myY2MinGridSpin, myYMinGridCheck, myYMinGridSpin, onXGridMinorChecked(), onY2GridMinorChecked(), and onYGridMinorChecked().

void Plot2d_SetupViewDlg::setRMaxNormMode ( const bool  type)
Parameters
typenormalizatoin type: true,false
See Also
getMaxNormMode()

References myNormRMaxCheck.

void Plot2d_SetupViewDlg::setRMinNormMode ( const bool  type)
Parameters
typenormalizatoin type: true,false
See Also
getMinNormMode()

References myNormRMinCheck.

void Plot2d_SetupViewDlg::setScaleMode ( const int  xMode,
const int  yMode 
)
Parameters
xModehorizontal axis scale mode: 0 (linear), 1 (logarithmic)
yModevertical axis scale mode: 0 (linear), 1 (logarithmic)
See Also
getXScaleMode(), getYScaleMode()

References myXModeCombo, and myYModeCombo.

void Plot2d_SetupViewDlg::setSelectionColor ( const QColor &  color)
Parameters
colorselection color
See Also
getSelectionColor()

References mySelectionBtn, and QtxColorButton::setColor().

void Plot2d_SetupViewDlg::setXTitle ( bool  enable,
const QString &  title = QString() 
)
Parameters
enableif true horizontal axis title is enabled
titlehorizontal axis title
See Also
isXTitleEnabled(), getXTitle()

References myTitleXCheck, myTitleXEdit, and onXTitleChecked().

void Plot2d_SetupViewDlg::setY2Title ( bool  enable,
const QString &  title = QString() 
)
Parameters
enableif true right vertical axis title is enabled
titleright vertical axis title
See Also
setYTitle(), isY2TitleEnabled(), getY2Title()

References myTitleY2Check, myTitleY2Edit, and onY2TitleChecked().

void Plot2d_SetupViewDlg::setYTitle ( bool  enable,
const QString &  title = QString() 
)
Parameters
enableif true left vertical axis title is enabled
titleleft vertical axis title
See Also
setY2Title(), isYTitleEnabled(), getYTitle()

References myTitleYCheck, myTitleYEdit, and onYTitleChecked().

Member Data Documentation

QtxColorButton* Plot2d_SetupViewDlg::myBackgroundBtn
private
QPushButton* Plot2d_SetupViewDlg::myCancelBtn
private
QComboBox* Plot2d_SetupViewDlg::myCurveCombo
private
QCheckBox* Plot2d_SetupViewDlg::myDefCheck
private
QtxColorButton* Plot2d_SetupViewDlg::myDeviationCl
private
QSpinBox* Plot2d_SetupViewDlg::myDeviationLw
private
QSpinBox* Plot2d_SetupViewDlg::myDeviationTs
private
QPushButton* Plot2d_SetupViewDlg::myHelpBtn
private
QCheckBox* Plot2d_SetupViewDlg::myLegendCheck
private
QComboBox* Plot2d_SetupViewDlg::myLegendCombo
private
QtxFontEdit* Plot2d_SetupViewDlg::myLegendFont
private
QtxColorButton* Plot2d_SetupViewDlg::myLegendFontColor
private
QComboBox* Plot2d_SetupViewDlg::myLegendSymbolType
private
QSpinBox* Plot2d_SetupViewDlg::myMarkerSpin
private
QCheckBox* Plot2d_SetupViewDlg::myNormLMaxCheck
private
QCheckBox* Plot2d_SetupViewDlg::myNormLMinCheck
private
QCheckBox* Plot2d_SetupViewDlg::myNormRMaxCheck
private
QCheckBox* Plot2d_SetupViewDlg::myNormRMinCheck
private
QPushButton* Plot2d_SetupViewDlg::myOkBtn
private
bool Plot2d_SetupViewDlg::mySecondAxisY
private
QtxColorButton* Plot2d_SetupViewDlg::mySelectedLegendFontColor
private
QtxColorButton* Plot2d_SetupViewDlg::mySelectionBtn
private
QCheckBox* Plot2d_SetupViewDlg::myTitleCheck
private
QLineEdit* Plot2d_SetupViewDlg::myTitleEdit
private
QCheckBox* Plot2d_SetupViewDlg::myTitleXCheck
private
QLineEdit* Plot2d_SetupViewDlg::myTitleXEdit
private
QCheckBox* Plot2d_SetupViewDlg::myTitleY2Check
private
QLineEdit* Plot2d_SetupViewDlg::myTitleY2Edit
private
QCheckBox* Plot2d_SetupViewDlg::myTitleYCheck
private
QLineEdit* Plot2d_SetupViewDlg::myTitleYEdit
private
QCheckBox* Plot2d_SetupViewDlg::myXGridCheck
private
QSpinBox* Plot2d_SetupViewDlg::myXGridSpin
private
QCheckBox* Plot2d_SetupViewDlg::myXMinGridCheck
private
QSpinBox* Plot2d_SetupViewDlg::myXMinGridSpin
private
QComboBox* Plot2d_SetupViewDlg::myXModeCombo
private
QCheckBox* Plot2d_SetupViewDlg::myY2GridCheck
private
QSpinBox* Plot2d_SetupViewDlg::myY2GridSpin
private
QCheckBox* Plot2d_SetupViewDlg::myY2MinGridCheck
private
QSpinBox* Plot2d_SetupViewDlg::myY2MinGridSpin
private
QComboBox* Plot2d_SetupViewDlg::myY2ModeCombo
private
QCheckBox* Plot2d_SetupViewDlg::myYGridCheck
private
QSpinBox* Plot2d_SetupViewDlg::myYGridSpin
private
QCheckBox* Plot2d_SetupViewDlg::myYMinGridCheck
private
QSpinBox* Plot2d_SetupViewDlg::myYMinGridSpin
private
QComboBox* Plot2d_SetupViewDlg::myYModeCombo
private

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