![]() |
Stellarium 0.15.2
|
Inheritance diagram for QCPLayer:
Collaboration diagram for QCPLayer:Public Member Functions | |
| QCPLayer (QCustomPlot *parentPlot, const QString &layerName) | |
| QCustomPlot * | parentPlot () const |
| QString | name () const |
| int | index () const |
| QList< QCPLayerable * > | children () const |
| bool | visible () const |
| void | setVisible (bool visible) |
Protected Member Functions | |
| void | addChild (QCPLayerable *layerable, bool prepend) |
| void | removeChild (QCPLayerable *layerable) |
Protected Attributes | |
| QCustomPlot * | mParentPlot |
| QString | mName |
| int | mIndex |
| QList< QCPLayerable * > | mChildren |
| bool | mVisible |
Friends | |
| class | QCustomPlot |
| class | QCPLayerable |
Definition at line 365 of file qcustomplot.h.
1.8.11