![]() |
Stellarium
0.17.0
|
Protected Slots | |
| virtual void | newClientConnected (SyncRemotePeer &client) Q_DECL_OVERRIDE |
| Sends all current StelProperties to the client. | |
| void | sendStelPropChange (StelProperty *prop, const QVariant &val) |
Protected Slots inherited from SyncServerEventSender | |
| virtual void | reactToStellariumEvent () |
| This may be used to react to Stellarium application events and queue a broadcast or store the changed state. More... | |
| virtual void | newClientConnected (SyncRemotePeer &client) |
| This is automatically called by the SyncServer whenever a new client connects. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SyncServerEventSender | |
| virtual void | update () |
| This is guaranteed to be called once per frame (usually after all other StelModules have been updated). More... | |
| void | broadcastMessage (const SyncProtocol::SyncMessage &msg) |
| Subclasses can call this to broadcast a message to all valid connected clients. | |
Protected Attributes inherited from SyncServerEventSender | |
| bool | isDirty |
| Free to use by sublasses. Recommendation: use to track if update() should broadcast a message. | |
| StelCore * | core |
| Direct access to StelCore. | |
1.8.11