#include <listviews.h>
List of all members.
Public Types |
| enum | Action { CHANGE = 0,
ADD,
DELETE,
RENAME
} |
| enum | ObjectType {
METABOLITE = 0,
COMPARTMENT,
REACTION,
FUNCTION,
MODEL,
STATE,
REPORT,
PLOT,
MODELVALUE,
EVENT,
MIRIAM,
LAYOUT
} |
Public Member Functions |
| | ListViews (QWidget *parent=0, const char *name=0) |
| | ~ListViews () |
| void | setDataModel (DataModelGUI *pDM) |
| DataModelGUI * | getDataModel () |
| void | setFramework (int framework) |
| void | updateMIRIAMResourceContents () |
| void | commit () |
| void | switchToOtherWidget (C_INT32 id, const std::string &key) |
| void | storeCurrentItem () |
| void | restoreCurrentItem () |
| int | getCurrentItemId () |
| CopasiWidget * | findWidgetFromId (const C_INT32 &id) const |
| CopasiWidget * | getCurrentWidget () |
| CQTrajectoryWidget * | getTrajectoryWidget () |
| SteadyStateWidget * | getSteadyStateWidget () |
| ScanWidget * | getScanWidget () |
| CQMCAWidget * | getMCAWidget () |
Friends |
| class | CopasiUI3Window |
Member Enumeration Documentation
- Enumerator:
| METABOLITE |
|
| COMPARTMENT |
|
| REACTION |
|
| FUNCTION |
|
| MODEL |
|
| STATE |
|
| REPORT |
|
| PLOT |
|
| MODELVALUE |
|
| EVENT |
|
| MIRIAM |
|
| LAYOUT |
|
Constructor & Destructor Documentation
| ListViews::ListViews |
( |
QWidget * |
parent = 0, |
|
|
const char * |
name = 0 |
|
) |
| |
| ListViews::~ListViews |
( |
| ) |
|
Member Function Documentation
| void ListViews::commit |
( |
| ) |
|
| CopasiWidget * ListViews::findWidgetFromId |
( |
const C_INT32 & |
id | ) |
const |
| int ListViews::getCurrentItemId |
( |
| ) |
|
| void ListViews::restoreCurrentItem |
( |
| ) |
|
| void ListViews::setFramework |
( |
int |
framework | ) |
|
| void ListViews::storeCurrentItem |
( |
| ) |
|
| void ListViews::switchToOtherWidget |
( |
C_INT32 |
id, |
|
|
const std::string & |
key |
|
) |
| |
| void ListViews::updateMIRIAMResourceContents |
( |
| ) |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following files: