Stellarium  0.16.1
List of all members | Signals | Public Member Functions | Protected Slots
StelPropertyBoolProxy Class Reference

A StelPropertyProxy for bool-based properties. More...

#include <StelPropertyMgr.hpp>

+ Inheritance diagram for StelPropertyBoolProxy:
+ Collaboration diagram for StelPropertyBoolProxy:

Signals

void propertyChanged (bool value)
 Emitted when the property value changes. More...
 

Public Member Functions

 StelPropertyBoolProxy (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. More...
 

Additional Inherited Members

- Protected Attributes inherited from StelPropertyProxy
StelPropertyprop
 The connected property, set by the constructor. More...
 

Detailed Description

A StelPropertyProxy for bool-based properties.

Definition at line 63 of file StelPropertyMgr.hpp.

Member Function Documentation

void StelPropertyBoolProxy::propertyChanged ( bool  value)
signal

Emitted when the property value changes.


The documentation for this class was generated from the following file: