COPASI API
4.16.103
|
#include <CQLayoutMainWindow.h>
Public Slots | |
void | changeFontSize () |
void | changeMinMaxNodeSizes () |
void | changeStepValue (int i) |
void | endOfAnimationReached () |
void | loadData () |
void | mapLabelsToCircles () |
void | mapLabelsToRectangles () |
void | saveImage () |
double | slotFitToScreen () |
void | slotLoopActivated (bool checked) |
void | slotParameterTableToggled (bool checked) |
void | slotPlayerControlToggled (bool checked) |
void | slotResetView () |
void | slotToolbarToggled (bool checked) |
void | slotValueTableToggled (bool checked) |
Static Public Attributes | |
static const char *const | ZOOM_FACTOR_STRINGS [] = {"1%", "2%", "3%", "4%", "5%", "10%", "20%", "25%", "30%", "40%", "50%", "75%", "100%", "150%", "200%", "300%", "400%", "500%", "1000%"} |
static const double | ZOOM_FACTORS [] = {0.01, 0.02, 0.03, 0.04, 0.05, 0.1, 0.2, 0.25, 0.3, 0.4, 0.5, 0.75, 1.0, 1.5, 2.0, 3.0, 4.0, 5.0, 10.0} |
Private Slots | |
void | backwardAnimation () |
void | forwardAnimation () |
void | loadSBMLFile () |
void | parameterTableValueChanged (int row) |
void | pauseAnimation () |
void | showAnimation () |
void | showStep (int i) |
void | startAnimation () |
void | stepBackwardAnimation () |
void | stepForwardAnimation () |
void | stopAnimation () |
Private Member Functions | |
QIcon | createStartIcon () |
QIcon | createStopIcon () |
bool | maybeSave () |
Private Attributes | |
QString | mCurrentPlace |
bool | mDataPresent |
bool | mLooping |
QAction * | mpCircularShape |
QAction * | mpCloseAction |
CQPlayerControlWidget * | mpControlWidget |
QAction * | mpCreatePicture |
QMenu * | mpFileMenu |
QFrame * | mpFrame |
CQGLViewport * | mpGLViewport |
QFrame * | mpInfoBox |
QMenu * | mpLabelShapeMenu |
CLayout * | mpLayout |
QAction * | mpLoadDataAction |
QAction * | mpLoopItemAction |
QFrame * | mpMainBox |
QAction * | mpMimaNodeSizes |
QAction * | mpOpenSBMLFile |
QMenu * | mpOptionsMenu |
QAction * | mpParameterTableAction |
CQParaPanel * | mpParaPanel |
QMenu * | mpPlayMenu |
QAction * | mpRectangularShape |
QAction * | mpSFontSize |
QSplitter * | mpSplitter |
QSlider * | mpTimeSlider |
QToolBar * | mpToolbar |
CQCurrentValueTable * | mpValTable |
QAction * | mpValueTableAction |
QMenu * | mpViewMenu |
CVisParameters * | mpVisParameters |
QActionGroup * | mpZoomActionGroup |
QComboBox * | mpZoomComboBox |
QMenu * | mpZoomMenu |
Definition at line 51 of file CQLayoutMainWindow.h.
CQLayoutMainWindow::CQLayoutMainWindow | ( | QWidget * | pParent | ) |
Definition at line 64 of file CQLayoutMainWindow.cpp.
References backwardAnimation(), CQIconResource::copasi, CQGLViewport::createGraph(), forwardAnimation(), CQIconResource::icon(), mLooping, mpControlWidget, mpFrame, mpGLViewport, mpInfoBox, mpLayout, mpMainBox, mpParaPanel, mpSplitter, mpTimeSlider, mpToolbar, mpValTable, parameterTableValueChanged(), pauseAnimation(), showStep(), startAnimation(), stepBackwardAnimation(), stepForwardAnimation(), and stopAnimation().
void CQLayoutMainWindow::addItemInAnimation | ( | std::string | s | ) |
Definition at line 411 of file CQLayoutMainWindow.cpp.
References CQGLViewport::getPainter(), mpGLViewport, and CQGLNetworkPainter::setItemAnimated().
Referenced by parameterTableValueChanged(), and CQCurrentValueTable::setAllBoxesChecked().
|
privateslot |
Definition at line 814 of file CQLayoutMainWindow.cpp.
References CQGLViewport::getPainter(), CQPlayerControlWidget::isPlaying(), mpControlWidget, mpGLViewport, mpParaPanel, mpTimeSlider, pauseAnimation(), showStep(), CQGLNetworkPainter::showStep(), and startAnimation().
Referenced by CQLayoutMainWindow(), forwardAnimation(), and stopAnimation().
|
slot |
Definition at line 322 of file CQLayoutMainWindow.cpp.
|
slot |
Definition at line 316 of file CQLayoutMainWindow.cpp.
|
slot |
|
private |
|
private |
|
slot |
Definition at line 553 of file CQLayoutMainWindow.cpp.
References CQPlayerControlWidget::getBackwardAction(), CQPlayerControlWidget::getPauseAction(), mLooping, and mpControlWidget.
|
privateslot |
Definition at line 795 of file CQLayoutMainWindow.cpp.
References backwardAnimation(), CQGLNetworkPainter::getNumberOfSteps(), CQGLViewport::getPainter(), mLooping, mpGLViewport, mpTimeSlider, pauseAnimation(), and showStep().
Referenced by CQLayoutMainWindow().
bool CQLayoutMainWindow::getAnimationRunning | ( | ) |
Definition at line 167 of file CQLayoutMainWindow.cpp.
References CVisParameters::mAnimationRunning, and mpVisParameters.
Referenced by CQGLNetworkPainter::triggerAnimationStep().
CQPlayerControlWidget * CQLayoutMainWindow::getControlWidget | ( | ) |
Definition at line 783 of file CQLayoutMainWindow.cpp.
References mpControlWidget.
Referenced by CQNewMainWindow::createMenus().
size_t CQLayoutMainWindow::getCurrentStep | ( | ) |
Definition at line 245 of file CQLayoutMainWindow.cpp.
References mpTimeSlider.
Referenced by CQGLNetworkPainter::setItemAnimated(), stepBackwardAnimation(), and stepForwardAnimation().
C_INT16 CQLayoutMainWindow::getFontSize | ( | ) |
Definition at line 222 of file CQLayoutMainWindow.cpp.
References CQGLNetworkPainter::getFontSize(), CQGLViewport::getPainter(), and mpGLViewport.
Referenced by FontChooser::FontChooser().
CVisParameters::MAPPING_MODE CQLayoutMainWindow::getMappingMode | ( | ) |
Definition at line 260 of file CQLayoutMainWindow.cpp.
References CVisParameters::mMappingMode, mpVisParameters, and CVisParameters::SIZE_DIAMETER_MODE.
Referenced by CQGLNetworkPainter::drawGraph(), CQGLNetworkPainter::drawNode(), CQGLNetworkPainter::rescaleDataSets(), CQGLNetworkPainter::showStep(), and CQGLNetworkPainter::zoom().
C_FLOAT64 CQLayoutMainWindow::getMaxNodeSize | ( | ) |
Definition at line 198 of file CQLayoutMainWindow.cpp.
References C_FLOAT64, CVisParameters::mMaxNodeSize, and mpVisParameters.
Referenced by CQGLNetworkPainter::createDataSets(), NodeSizePanel::NodeSizePanel(), CQGLNetworkPainter::rescaleDataSets(), setColorMode(), CQGLNetworkPainter::setItemAnimated(), setMaxValue(), setMinAndMaxValue(), setMinValue(), setSizeMode(), CQGLNetworkPainter::showStep(), and CQGLNetworkPainter::zoom().
C_FLOAT64 CQLayoutMainWindow::getMinNodeSize | ( | ) |
Definition at line 185 of file CQLayoutMainWindow.cpp.
References C_FLOAT64, CVisParameters::mMinNodeSize, and mpVisParameters.
Referenced by CQGLNetworkPainter::createDataSets(), NodeSizePanel::NodeSizePanel(), CQGLNetworkPainter::rescaleDataSets(), setColorMode(), CQGLNetworkPainter::setItemAnimated(), setMaxValue(), setMinAndMaxValue(), setMinValue(), setSizeMode(), CQGLNetworkPainter::showStep(), and CQGLNetworkPainter::zoom().
CVisParameters::SCALING_MODE CQLayoutMainWindow::getScalingMode | ( | ) |
Definition at line 250 of file CQLayoutMainWindow.cpp.
References CVisParameters::INDIVIDUAL_SCALING, mpVisParameters, and CVisParameters::mScalingMode.
Referenced by CQGLNetworkPainter::createDataSets(), CQGLNetworkPainter::setItemAnimated(), and CQGLNetworkPainter::zoom().
C_INT32 CQLayoutMainWindow::getStepsPerSecond | ( | ) |
Definition at line 227 of file CQLayoutMainWindow.cpp.
References mpVisParameters, and CVisParameters::mStepsPerSecond.
Referenced by CQGLNetworkPainter::runAnimation().
void CQLayoutMainWindow::insertValueTable | ( | CDataEntity | dataSet | ) |
Definition at line 367 of file CQLayoutMainWindow.cpp.
References C_FLOAT64, CQGLNetworkPainter::getNameForNodeKey(), CQGLNetworkPainter::getNodeNameEntry(), CDataEntity::getNumberOfElements(), CDataEntity::getOrigValueForSpecies(), CQGLViewport::getPainter(), mpGLViewport, mpValTable, parameterTableValueChanged(), CQCurrentValueTable::setNumCols(), CQCurrentValueTable::setNumRows(), and CQCurrentValueTable::setRowInTable().
Referenced by CQGLNetworkPainter::createDataSets().
|
slot |
Definition at line 329 of file CQLayoutMainWindow.cpp.
References CQGLNetworkPainter::createDataSets(), CQGLNetworkPainter::getNumberOfSteps(), CQGLViewport::getPainter(), CQGLNetworkPainter::isCircleMode(), mDataPresent, mpControlWidget, mpGLViewport, mpParaPanel, mpTimeSlider, CQPlayerControlWidget::setCurrentStep(), CQPlayerControlWidget::setNumSteps(), and showStep().
Referenced by setLayout(), and startAnimation().
|
privateslot |
Definition at line 270 of file CQLayoutMainWindow.cpp.
References CQGLViewport::createGraph(), CCopasiRootContainer::getDatamodelList(), mpGLViewport, mpSplitter, and CCopasiVector< T >::size().
|
slot |
Definition at line 296 of file CQLayoutMainWindow.cpp.
References CQGLNetworkPainter::getNumberOfSteps(), CQGLViewport::getPainter(), CQGLNetworkPainter::mapLabelsToCircles(), mpGLViewport, mpTimeSlider, and showStep().
|
slot |
Definition at line 307 of file CQLayoutMainWindow.cpp.
References CQGLViewport::getPainter(), CQGLNetworkPainter::mapLabelsToRectangles(), and mpGLViewport.
Referenced by stopAnimation().
|
private |
Definition at line 722 of file CQLayoutMainWindow.cpp.
|
privateslot |
Definition at line 146 of file CQLayoutMainWindow.cpp.
References addItemInAnimation(), CQCurrentValueTable::getKeyForRow(), CQCurrentValueTable::getValueForRow(), CQGLViewport::isCircleMode(), mpGLViewport, mpValTable, removeItemInAnimation(), and CQGLViewport::updateWidget().
Referenced by CQLayoutMainWindow(), insertValueTable(), and updateValueTable().
|
privateslot |
Definition at line 543 of file CQLayoutMainWindow.cpp.
References CQGLViewport::getPainter(), CVisParameters::mAnimationRunning, mpGLViewport, mpParaPanel, mpTimeSlider, mpVisParameters, and CQGLNetworkPainter::pauseAnimation().
Referenced by backwardAnimation(), CQLayoutMainWindow(), forwardAnimation(), stepBackwardAnimation(), and stepForwardAnimation().
void CQLayoutMainWindow::removeItemInAnimation | ( | std::string | s | ) |
Definition at line 417 of file CQLayoutMainWindow.cpp.
References CQGLViewport::getPainter(), mpGLViewport, and CQGLNetworkPainter::setItemAnimated().
Referenced by parameterTableValueChanged(), and CQCurrentValueTable::setAllBoxesChecked().
|
slot |
Definition at line 450 of file CQLayoutMainWindow.cpp.
References CQScreenshotOptionsDialog::ALL_FRAMES, CQGLNetworkPainter::export_bitmap(), CQGLNetworkPainter::getCurrentPositionX(), CQGLNetworkPainter::getCurrentPositionY(), CQGLNetworkPainter::getCurrentStep(), CQScreenshotOptionsDialog::getFrameOption(), CQScreenshotOptionsDialog::getFrameSet(), CQGLNetworkPainter::getGraphMax(), CQGLNetworkPainter::getGraphMin(), CQScreenshotOptionsDialog::getHeight(), CQScreenshotOptionsDialog::getImageHeight(), CQScreenshotOptionsDialog::getImageWidth(), CQGLNetworkPainter::getNumberOfSteps(), CQGLViewport::getPainter(), CopasiFileDialog::getSaveFileName(), CQScreenshotOptionsDialog::getWidth(), CLPoint::getX(), CQScreenshotOptionsDialog::getX(), CLPoint::getY(), CQScreenshotOptionsDialog::getY(), CQGLNetworkPainter::getZoomFactor(), mpGLViewport, CQScreenshotOptionsDialog::USER_DEFINED_FRAMES, and CQMessageBox::warning().
void CQLayoutMainWindow::setAnimationRunning | ( | bool | animationRunningP | ) |
Definition at line 177 of file CQLayoutMainWindow.cpp.
References CVisParameters::mAnimationRunning, and mpVisParameters.
Referenced by CQGLNetworkPainter::runAnimation().
void CQLayoutMainWindow::setColorMode | ( | ) |
Definition at line 607 of file CQLayoutMainWindow.cpp.
References CVisParameters::COLOR_MODE, getMaxNodeSize(), getMinNodeSize(), CQGLViewport::getPainter(), CVisParameters::mMappingMode, mpGLViewport, mpTimeSlider, mpVisParameters, CVisParameters::mScalingMode, CQGLNetworkPainter::rescaleDataSetsWithNewMinMax(), and showStep().
Definition at line 643 of file CQLayoutMainWindow.cpp.
References CQGLViewport::getPainter(), mpGLViewport, and CQGLNetworkPainter::setFontSizeForLabels().
Referenced by FontChooser::changeFontSize().
void CQLayoutMainWindow::setGlobalScaling | ( | ) |
Definition at line 592 of file CQLayoutMainWindow.cpp.
References CQGLViewport::getPainter(), CVisParameters::GLOBAL_SCALING, mpGLViewport, mpTimeSlider, mpVisParameters, CVisParameters::mScalingMode, CQGLNetworkPainter::rescaleDataSets(), CQGLNetworkPainter::setScaleMode(), and showStep().
void CQLayoutMainWindow::setIndividualScaling | ( | ) |
Definition at line 584 of file CQLayoutMainWindow.cpp.
References CQGLViewport::getPainter(), CVisParameters::INDIVIDUAL_SCALING, mpGLViewport, mpTimeSlider, mpVisParameters, CVisParameters::mScalingMode, CQGLNetworkPainter::rescaleDataSets(), CQGLNetworkPainter::setScaleMode(), and showStep().
Definition at line 768 of file CQLayoutMainWindow.cpp.
References CQGLViewport::createGraph(), loadData(), mpGLViewport, and mpLayout.
Referenced by CQNewMainWindow::switchMode(), and CQNewMainWindow::updateRenderer().
Definition at line 216 of file CQLayoutMainWindow.cpp.
References CVisParameters::mMaxNodeSize, and mpVisParameters.
Referenced by setMaxValue(), setMinAndMaxValue(), and CQGLNetworkPainter::zoom().
Definition at line 628 of file CQLayoutMainWindow.cpp.
References getMaxNodeSize(), getMinNodeSize(), CQGLViewport::getPainter(), mpGLViewport, mpTimeSlider, mpVisParameters, CVisParameters::mScalingMode, CQGLNetworkPainter::rescaleDataSetsWithNewMinMax(), setMaxNodeSize(), and showStep().
Referenced by NodeSizePanel::setMaxValue().
Definition at line 635 of file CQLayoutMainWindow.cpp.
References getMaxNodeSize(), getMinNodeSize(), CQGLViewport::getPainter(), mpGLViewport, mpTimeSlider, mpVisParameters, CVisParameters::mScalingMode, CQGLNetworkPainter::rescaleDataSetsWithNewMinMax(), setMaxNodeSize(), setMinNodeSize(), and showStep().
Referenced by NodeSizePanel::setMinAndMaxValues().
Definition at line 210 of file CQLayoutMainWindow.cpp.
References CVisParameters::mMinNodeSize, and mpVisParameters.
Referenced by setMinAndMaxValue(), setMinValue(), and CQGLNetworkPainter::zoom().
Definition at line 620 of file CQLayoutMainWindow.cpp.
References getMaxNodeSize(), getMinNodeSize(), CQGLViewport::getPainter(), mpGLViewport, mpTimeSlider, mpVisParameters, CVisParameters::mScalingMode, CQGLNetworkPainter::rescaleDataSetsWithNewMinMax(), setMinNodeSize(), and showStep().
Referenced by NodeSizePanel::setMinValue().
void CQLayoutMainWindow::setSizeMode | ( | ) |
Definition at line 600 of file CQLayoutMainWindow.cpp.
References getMaxNodeSize(), getMinNodeSize(), CQGLViewport::getPainter(), CVisParameters::mMappingMode, mpGLViewport, mpTimeSlider, mpVisParameters, CVisParameters::mScalingMode, CQGLNetworkPainter::rescaleDataSetsWithNewMinMax(), showStep(), and CVisParameters::SIZE_DIAMETER_MODE.
Definition at line 237 of file CQLayoutMainWindow.cpp.
References mpVisParameters, and CVisParameters::mStepsPerSecond.
void CQLayoutMainWindow::setZoomFactor | ( | QString | s | ) |
Definition at line 759 of file CQLayoutMainWindow.cpp.
Referenced by CQNewMainWindow::slotFitToScreen(), CQNewMainWindow::slotZoomChanged(), and CQNewMainWindow::slotZoomMenuItemActivated().
void CQLayoutMainWindow::setZoomFactor | ( | double | zoom | ) |
Definition at line 754 of file CQLayoutMainWindow.cpp.
References mpGLViewport, and CQGLViewport::setZoomFactor().
|
privateslot |
|
privateslot |
Definition at line 565 of file CQLayoutMainWindow.cpp.
References CQGLNetworkPainter::getDataSetAt(), CQGLViewport::getPainter(), mpControlWidget, mpGLViewport, mpParaPanel, CQPlayerControlWidget::setCurrentStep(), CQGLNetworkPainter::showStep(), and updateValueTable().
Referenced by backwardAnimation(), CQLayoutMainWindow(), forwardAnimation(), loadData(), mapLabelsToCircles(), setColorMode(), setGlobalScaling(), setIndividualScaling(), setMaxValue(), setMinAndMaxValue(), setMinValue(), setSizeMode(), stepBackwardAnimation(), and stepForwardAnimation().
|
slot |
Make the layout fit the screen.
Make the layout fit the screen. Return the new zoom factor.
Definition at line 743 of file CQLayoutMainWindow.cpp.
References CQGLViewport::fitToScreen(), and mpGLViewport.
Referenced by CQNewMainWindow::slotFitToScreen().
|
slot |
|
slot |
Definition at line 866 of file CQLayoutMainWindow.cpp.
References mpInfoBox, mpParaPanel, and mpValueTableAction.
|
slot |
|
slot |
Definition at line 749 of file CQLayoutMainWindow.cpp.
References mpGLViewport, and CQGLViewport::resetView().
Referenced by CQNewMainWindow::slotResetView().
|
slot |
|
slot |
Definition at line 881 of file CQLayoutMainWindow.cpp.
References mpInfoBox, mpParameterTableAction, and mpValTable.
|
privateslot |
Definition at line 427 of file CQLayoutMainWindow.cpp.
References CQGLNetworkPainter::getNumberOfSteps(), CQGLViewport::getPainter(), loadData(), CVisParameters::mAnimationRunning, mDataPresent, mpControlWidget, mpGLViewport, mpParaPanel, mpTimeSlider, mpVisParameters, CQGLNetworkPainter::runAnimation(), CQPlayerControlWidget::setNumSteps(), and CQMessageBox::warning().
Referenced by backwardAnimation(), CQLayoutMainWindow(), and showAnimation().
|
privateslot |
Definition at line 849 of file CQLayoutMainWindow.cpp.
References getCurrentStep(), mpTimeSlider, pauseAnimation(), and showStep().
Referenced by CQLayoutMainWindow().
|
privateslot |
Definition at line 831 of file CQLayoutMainWindow.cpp.
References getCurrentStep(), CQGLNetworkPainter::getNumberOfSteps(), CQGLViewport::getPainter(), mpGLViewport, mpTimeSlider, pauseAnimation(), and showStep().
Referenced by CQLayoutMainWindow().
|
privateslot |
Definition at line 788 of file CQLayoutMainWindow.cpp.
References backwardAnimation(), and mapLabelsToRectangles().
Referenced by CQLayoutMainWindow().
void CQLayoutMainWindow::updateValueTable | ( | CDataEntity | dataSet | ) |
Definition at line 387 of file CQLayoutMainWindow.cpp.
References C_FLOAT64, CQGLNetworkPainter::getNameForNodeKey(), CQGLNetworkPainter::getNodeNameEntry(), CDataEntity::getOrigValueForSpecies(), CQGLViewport::getPainter(), mpGLViewport, mpValTable, CQCurrentValueTable::numRows(), parameterTableValueChanged(), and CQCurrentValueTable::updateRowInTable().
Referenced by showStep().
|
private |
Definition at line 169 of file CQLayoutMainWindow.h.
|
private |
Definition at line 168 of file CQLayoutMainWindow.h.
Referenced by loadData(), and startAnimation().
|
private |
Definition at line 172 of file CQLayoutMainWindow.h.
Referenced by CQLayoutMainWindow(), endOfAnimationReached(), forwardAnimation(), and slotLoopActivated().
|
private |
Definition at line 150 of file CQLayoutMainWindow.h.
|
private |
Definition at line 148 of file CQLayoutMainWindow.h.
|
private |
Definition at line 166 of file CQLayoutMainWindow.h.
Referenced by backwardAnimation(), CQLayoutMainWindow(), endOfAnimationReached(), getControlWidget(), loadData(), showStep(), and startAnimation().
|
private |
Definition at line 146 of file CQLayoutMainWindow.h.
|
private |
Definition at line 139 of file CQLayoutMainWindow.h.
|
private |
Definition at line 162 of file CQLayoutMainWindow.h.
Referenced by CQLayoutMainWindow(), and slotPlayerControlToggled().
|
private |
Definition at line 159 of file CQLayoutMainWindow.h.
Referenced by addItemInAnimation(), backwardAnimation(), CQLayoutMainWindow(), forwardAnimation(), getFontSize(), insertValueTable(), loadData(), loadSBMLFile(), mapLabelsToCircles(), mapLabelsToRectangles(), parameterTableValueChanged(), pauseAnimation(), removeItemInAnimation(), saveImage(), setColorMode(), setFontSizeForLabels(), setGlobalScaling(), setIndividualScaling(), setLayout(), setMaxValue(), setMinAndMaxValue(), setMinValue(), setSizeMode(), setZoomFactor(), showStep(), slotFitToScreen(), slotResetView(), startAnimation(), stepForwardAnimation(), and updateValueTable().
|
private |
Definition at line 164 of file CQLayoutMainWindow.h.
Referenced by CQLayoutMainWindow(), slotParameterTableToggled(), and slotValueTableToggled().
|
private |
Definition at line 141 of file CQLayoutMainWindow.h.
|
private |
Definition at line 177 of file CQLayoutMainWindow.h.
Referenced by CQLayoutMainWindow(), and setLayout().
|
private |
Definition at line 153 of file CQLayoutMainWindow.h.
|
private |
Definition at line 173 of file CQLayoutMainWindow.h.
|
private |
Definition at line 157 of file CQLayoutMainWindow.h.
Referenced by CQLayoutMainWindow().
|
private |
Definition at line 151 of file CQLayoutMainWindow.h.
|
private |
Definition at line 147 of file CQLayoutMainWindow.h.
|
private |
Definition at line 140 of file CQLayoutMainWindow.h.
|
private |
Definition at line 175 of file CQLayoutMainWindow.h.
Referenced by slotValueTableToggled().
|
private |
Definition at line 155 of file CQLayoutMainWindow.h.
Referenced by backwardAnimation(), CQLayoutMainWindow(), loadData(), pauseAnimation(), showStep(), slotParameterTableToggled(), and startAnimation().
|
private |
Definition at line 144 of file CQLayoutMainWindow.h.
|
private |
Definition at line 149 of file CQLayoutMainWindow.h.
|
private |
Definition at line 152 of file CQLayoutMainWindow.h.
|
private |
Definition at line 158 of file CQLayoutMainWindow.h.
Referenced by CQLayoutMainWindow(), and loadSBMLFile().
|
private |
Definition at line 160 of file CQLayoutMainWindow.h.
Referenced by backwardAnimation(), changeStepValue(), CQLayoutMainWindow(), forwardAnimation(), getCurrentStep(), loadData(), mapLabelsToCircles(), pauseAnimation(), setColorMode(), setGlobalScaling(), setIndividualScaling(), setMaxValue(), setMinAndMaxValue(), setMinValue(), setSizeMode(), setValueOnSlider(), startAnimation(), stepBackwardAnimation(), and stepForwardAnimation().
|
private |
Definition at line 170 of file CQLayoutMainWindow.h.
Referenced by CQLayoutMainWindow(), and slotToolbarToggled().
|
private |
Definition at line 156 of file CQLayoutMainWindow.h.
Referenced by CQLayoutMainWindow(), insertValueTable(), parameterTableValueChanged(), slotValueTableToggled(), and updateValueTable().
|
private |
Definition at line 174 of file CQLayoutMainWindow.h.
Referenced by slotParameterTableToggled().
|
private |
Definition at line 142 of file CQLayoutMainWindow.h.
|
private |
Definition at line 138 of file CQLayoutMainWindow.h.
Referenced by getAnimationRunning(), getMappingMode(), getMaxNodeSize(), getMinNodeSize(), getScalingMode(), getStepsPerSecond(), pauseAnimation(), setAnimationRunning(), setColorMode(), setGlobalScaling(), setIndividualScaling(), setMaxNodeSize(), setMaxValue(), setMinAndMaxValue(), setMinNodeSize(), setMinValue(), setSizeMode(), setStepsPerSecond(), and startAnimation().
|
private |
Definition at line 176 of file CQLayoutMainWindow.h.
|
private |
Definition at line 171 of file CQLayoutMainWindow.h.
|
private |
Definition at line 143 of file CQLayoutMainWindow.h.
|
static |
Definition at line 86 of file CQLayoutMainWindow.h.
|
static |
Definition at line 87 of file CQLayoutMainWindow.h.