Base class for graphs.
More...
#include <graph.h>
|
| Graph (QWidget *parent=0) |
|
void | init () |
|
void | setTitle (const QString &p_sTitle) |
|
void | setXLabel (const QString &p_sXLabel) |
|
void | setYLabel (const QString &p_sYLabel) |
|
|
void | resizeEvent (QResizeEvent *) |
|
void | drawLabels (qint32 p_iContentWidth, qint32 p_iContentHeight) |
|
Base class for graphs.
Graph base class
Definition at line 95 of file graph.h.
void Graph::setTitle |
( |
const QString & |
p_sTitle | ) |
|
Sets the scaled image view title.
- Parameters
-
Definition at line 101 of file graph.cpp.
void Graph::setXLabel |
( |
const QString & |
p_sXLabel | ) |
|
Sets the label of the y axes
- Parameters
-
[in] | p_sXLabel | The x axes label |
Definition at line 110 of file graph.cpp.
void Graph::setYLabel |
( |
const QString & |
p_sYLabel | ) |
|
Sets the label of the y axes
- Parameters
-
[in] | p_sXLabel | The y axes label |
Definition at line 119 of file graph.cpp.
qint32 DISPLIB::Graph::m_iBorderLeftRight |
|
protected |
distance to left and right
Definition at line 138 of file graph.h.
qint32 DISPLIB::Graph::m_iBorderTopBottom |
|
protected |
distance to top and bottom
Definition at line 137 of file graph.h.
QFont DISPLIB::Graph::m_qFontAxes |
|
protected |
QFont DISPLIB::Graph::m_qFontTitle |
|
protected |
Title font
Definition at line 134 of file graph.h.
QPen DISPLIB::Graph::m_qPenAxes |
|
protected |
QPen DISPLIB::Graph::m_qPenTitle |
|
protected |
QSize DISPLIB::Graph::m_qSizeWidget |
|
protected |
current widget size
Definition at line 131 of file graph.h.
QString DISPLIB::Graph::m_sTitle |
|
protected |
QString DISPLIB::Graph::m_sXLabel |
|
protected |
X axes label
Definition at line 140 of file graph.h.
QString DISPLIB::Graph::m_sYLabel |
|
protected |
Y axes label
Definition at line 141 of file graph.h.
The documentation for this class was generated from the following files:
- D:/Users/Christoph/GitHub/mne-cpp/MNE/disp/graph.h
- D:/Users/Christoph/GitHub/mne-cpp/MNE/disp/graph.cpp