|
int | rowCount () const |
|
int | columnCount () const |
|
QList< double > | columnStretchFactors () const |
|
QList< double > | rowStretchFactors () const |
|
int | columnSpacing () const |
|
int | rowSpacing () const |
|
void | setColumnStretchFactor (int column, double factor) |
|
void | setColumnStretchFactors (const QList< double > &factors) |
|
void | setRowStretchFactor (int row, double factor) |
|
void | setRowStretchFactors (const QList< double > &factors) |
|
void | setColumnSpacing (int pixels) |
|
void | setRowSpacing (int pixels) |
|
virtual void | updateLayout () |
|
virtual int | elementCount () const |
|
virtual QCPLayoutElement * | elementAt (int index) const |
|
virtual QCPLayoutElement * | takeAt (int index) |
|
virtual bool | take (QCPLayoutElement *element) |
|
virtual QList< QCPLayoutElement * > | elements (bool recursive) const |
|
virtual void | simplify () |
|
virtual QSize | minimumSizeHint () const |
|
virtual QSize | maximumSizeHint () const |
|
QCPLayoutElement * | element (int row, int column) const |
|
bool | addElement (int row, int column, QCPLayoutElement *element) |
|
bool | hasElement (int row, int column) |
|
void | expandTo (int newRowCount, int newColumnCount) |
|
void | insertRow (int newIndex) |
|
void | insertColumn (int newIndex) |
|
virtual void | update (UpdatePhase phase) |
|
bool | removeAt (int index) |
|
bool | remove (QCPLayoutElement *element) |
|
void | clear () |
|
| QCPLayoutElement (QCustomPlot *parentPlot=0) |
|
QCPLayout * | layout () const |
|
QRect | rect () const |
|
QRect | outerRect () const |
|
QMargins | margins () const |
|
QMargins | minimumMargins () const |
|
QCP::MarginSides | autoMargins () const |
|
QSize | minimumSize () const |
|
QSize | maximumSize () const |
|
QCPMarginGroup * | marginGroup (QCP::MarginSide side) const |
|
QHash< QCP::MarginSide, QCPMarginGroup * > | marginGroups () const |
|
void | setOuterRect (const QRect &rect) |
|
void | setMargins (const QMargins &margins) |
|
void | setMinimumMargins (const QMargins &margins) |
|
void | setAutoMargins (QCP::MarginSides sides) |
|
void | setMinimumSize (const QSize &size) |
|
void | setMinimumSize (int width, int height) |
|
void | setMaximumSize (const QSize &size) |
|
void | setMaximumSize (int width, int height) |
|
void | setMarginGroup (QCP::MarginSides sides, QCPMarginGroup *group) |
|
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const |
|
| QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) |
|
bool | visible () const |
|
QCustomPlot * | parentPlot () const |
|
QCPLayerable * | parentLayerable () const |
|
QCPLayer * | layer () const |
|
bool | antialiased () const |
|
void | setVisible (bool on) |
|
Q_SLOT bool | setLayer (QCPLayer *layer) |
|
bool | setLayer (const QString &layerName) |
|
void | setAntialiased (bool enabled) |
|
bool | realVisibility () const |
|