COPASI API
4.16.103
Main Page
Namespaces
Classes
Files
File List
File Members
copasi
UI
CQCompartmentCopyOptions.cpp
Go to the documentation of this file.
1
// Copyright (C) 2013 by Pedro Mendes, Virginia Tech Intellectual
2
// Properties, Inc., University of Heidelberg, and The University
3
// of Manchester.
4
// All rights reserved.
5
6
7
#include "
CQCompartmentCopyOptions.h
"
8
9
#include <QtCore/QVariant>
10
11
/*
12
* Constructs a CQCompartmentCopyOptions as a child of 'parent', with the
13
* name 'name' and widget flags set to 'f'.
14
*
15
* The dialog will by default be modeless, unless you set 'modal' to
16
* true to construct a modal dialog.
17
*/
18
CQCompartmentCopyOptions::CQCompartmentCopyOptions
(QWidget* parent,
const
char
* name,
bool
modal, Qt::WindowFlags
fl
)
19
: QDialog(parent, fl)
20
{
21
setObjectName(QString::fromUtf8(name));
22
setModal(modal);
23
setupUi(
this
);
24
}
25
26
/*
27
* Destroys the object and frees any allocated resources
28
*/
29
CQCompartmentCopyOptions::~CQCompartmentCopyOptions
()
30
{
31
// no need to delete child widgets, Qt does it all for us
32
}
33
34
void
CQCompartmentCopyOptions::slotCompartment
()
35
{
36
done(
COMP
);
37
}
38
39
void
CQCompartmentCopyOptions::slotAndSpecies
()
40
{
41
done(
SPECIES
);
42
}
43
44
void
CQCompartmentCopyOptions::slotAndIntReactions
()
45
{
46
done(
INTREAC
);
47
}
48
49
void
CQCompartmentCopyOptions::slotAndAllReactions
()
50
{
51
done(
ALLREAC
);
52
}
CQCompartmentCopyOptions::~CQCompartmentCopyOptions
~CQCompartmentCopyOptions()
Definition:
CQCompartmentCopyOptions.cpp:29
CQCompartmentCopyOptions::slotCompartment
void slotCompartment()
Definition:
CQCompartmentCopyOptions.cpp:34
CQCompartmentCopyOptions::CQCompartmentCopyOptions
CQCompartmentCopyOptions(QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags fl=0)
Definition:
CQCompartmentCopyOptions.cpp:18
CQCompartmentCopyOptions::slotAndIntReactions
void slotAndIntReactions()
Definition:
CQCompartmentCopyOptions.cpp:44
CQCompartmentCopyOptions::slotAndSpecies
void slotAndSpecies()
Definition:
CQCompartmentCopyOptions.cpp:39
CQCompartmentCopyOptions::SPECIES
Definition:
CQCompartmentCopyOptions.h:20
CQCompartmentCopyOptions::INTREAC
Definition:
CQCompartmentCopyOptions.h:20
CQCompartmentCopyOptions::slotAndAllReactions
void slotAndAllReactions()
Definition:
CQCompartmentCopyOptions.cpp:49
CQCompartmentCopyOptions::ALLREAC
Definition:
CQCompartmentCopyOptions.h:20
CQCompartmentCopyOptions.h
fl
bool fl(const C_FLOAT64 &d1, const C_FLOAT64 &d2)
Definition:
CTrajectoryTask.cpp:48
CQCompartmentCopyOptions::COMP
Definition:
CQCompartmentCopyOptions.h:20
Generated on Thu Jul 2 2015 14:50:28 for COPASI API by
1.8.6