COPASI API
4.16.103
|
#include <QtGui/QApplication>
#include <QtGui/QWheelEvent>
#include <QtGui/QAction>
#include <QtGui/QMenu>
#include <QtGui/QToolBar>
#include <QtCore/QFileInfo>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLabel>
#include <QtGui/QComboBox>
#include <qlayout/CQLayoutScene.h>
#include <qlayout/CQLayoutView.h>
#include <copasi.h>
#include <layout/CLayout.h>
#include <layout/CListOfLayouts.h>
#include <layout/CLDefaultStyles.h>
#include <CopasiDataModel/CCopasiDataModel.h>
#include <resourcesUI/CQIconResource.h>
Go to the source code of this file.
Macros | |
#define | RENDERINFORMATION_TYPE_DEFAULT 2 |
#define | RENDERINFORMATION_TYPE_GLOBAL 0 |
#define | RENDERINFORMATION_TYPE_LOCAL 1 |
Functions | |
void | updateLayoutList (QComboBox *list, CCopasiDataModel *dataModel) |
CLRenderInformationBase * | updateRenderInformationList (QComboBox *list, CCopasiDataModel *dataModel, CLayout *layout) |
#define RENDERINFORMATION_TYPE_DEFAULT 2 |
Definition at line 48 of file CQLayoutView.cpp.
Referenced by updateRenderInformationList().
#define RENDERINFORMATION_TYPE_GLOBAL 0 |
Definition at line 46 of file CQLayoutView.cpp.
Referenced by updateRenderInformationList().
#define RENDERINFORMATION_TYPE_LOCAL 1 |
Definition at line 47 of file CQLayoutView.cpp.
Referenced by updateRenderInformationList().
void updateLayoutList | ( | QComboBox * | list, |
CCopasiDataModel * | dataModel | ||
) |
Definition at line 30 of file CQLayoutView.cpp.
References CCopasiVector< T >::begin(), CCopasiVector< T >::end(), CCopasiDataModel::getListOfLayouts(), and CCopasiObject::getObjectName().
Referenced by CQLayoutView::setDataModel().
CLRenderInformationBase* updateRenderInformationList | ( | QComboBox * | list, |
CCopasiDataModel * | dataModel, | ||
CLayout * | layout | ||
) |
Definition at line 50 of file CQLayoutView.cpp.
References CCopasiVector< T >::begin(), CCopasiVector< T >::end(), getDefaultStyle(), CLRenderInformationBase::getKey(), CListOfLayouts::getListOfGlobalRenderInformationObjects(), CCopasiDataModel::getListOfLayouts(), CLayout::getListOfLocalRenderInformationObjects(), CLRenderInformationBase::getName(), getNumDefaultStyles(), RENDERINFORMATION_TYPE_DEFAULT, RENDERINFORMATION_TYPE_GLOBAL, RENDERINFORMATION_TYPE_LOCAL, and CCopasiVector< T >::size().
Referenced by CQLayoutView::setDataModel(), and CQLayoutView::slotLayoutChanged().