COPASI API
4.16.103
Main Page
Namespaces
Classes
Files
File List
File Members
copasi
qlayout
CQCopasiEffect.h
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
#ifndef QCOPASI_EFFECT_H
7
#define QCOPASI_EFFECT_H
8
9
#include <QtGui/QGraphicsEffect>
10
11
class
QPainter;
12
13
class
CQCopasiEffect
:
public
QGraphicsEffect
14
{
15
Q_OBJECT
16
public
:
17
CQCopasiEffect
();
18
virtual
~CQCopasiEffect
();
19
void
setScale
(qreal scale);
20
21
protected
:
22
void
draw
(QPainter* painter);
23
24
qreal
mScale
;
25
};
26
27
#endif // QCOPASI_EFFECT_H
CQCopasiEffect::CQCopasiEffect
CQCopasiEffect()
Definition:
CQCopasiEffect.cpp:11
CQCopasiEffect
Definition:
CQCopasiEffect.h:13
CQCopasiEffect::mScale
qreal mScale
Definition:
CQCopasiEffect.h:24
CQCopasiEffect::draw
void draw(QPainter *painter)
Definition:
CQCopasiEffect.cpp:25
CQCopasiEffect::setScale
void setScale(qreal scale)
Definition:
CQCopasiEffect.cpp:20
CQCopasiEffect::~CQCopasiEffect
virtual ~CQCopasiEffect()
Definition:
CQCopasiEffect.cpp:16
Generated on Thu Jul 2 2015 14:50:28 for COPASI API by
1.8.6