![]() |
Stellarium
23.4
|
A StelPropertyProxy for int-based properties. More...
#include <StelPropertyMgr.hpp>
Signals | |
| void | propertyChanged (int value) |
| Emitted when the property value changes. | |
Public Member Functions | |
| StelPropertyIntProxy (StelProperty *prop, QObject *parent) | |
Public Member Functions inherited from StelPropertyProxy | |
| StelPropertyProxy (StelProperty *prop, QObject *parent) | |
Protected Slots | |
| void | onPropertyChanged (const QVariant &value) Q_DECL_OVERRIDE |
Protected Slots inherited from StelPropertyProxy | |
| virtual void | onPropertyChanged (const QVariant &value)=0 |
| This is connected by the constructor to the StelProperty::changed event of the connected property. | |
Additional Inherited Members | |
Protected Attributes inherited from StelPropertyProxy | |
| StelProperty * | prop |
| The connected property, set by the constructor. | |
A StelPropertyProxy for int-based properties.