![]() |
VR-Forces 4.10 Class Documentation
|
Overridden from base to allow for setting of indirect artillery specific data into the dialog. More...
Public Member Functions | |
| DtIndirectArtillerySettingsDataLogic (makVrv::DtDe &, DtIndirectArtillerySettingsDataWidget *) | |
| virtual | ~DtIndirectArtillerySettingsDataLogic () |
| virtual void | setupGui () |
| Override to set values into gui of current data. More... | |
| virtual void | setupFromData (const DtIfIndirectArtilleryData &) |
| Sets up extension with indirect artillery data. More... | |
Public Attributes | |
| boost::signals2::signal< void(const DtIfIndirectArtilleryData &)> | signal_indirectArtilleryDataChanged |
Protected Member Functions | |
| virtual void | slot_onIndirctArtilleryDataChanged () |
| Receive signal to update data into handler. More... | |
| virtual void | createConnections () |
| Override to add new indirect artillery connections. More... | |
| virtual void | dayTimeFor (int &days, QTime &time, int seconds) const |
| virtual QTime | timeFor (int seconds) const |
| virtual void | slot_displayUnitChanged (const makVrv::DtUnicode &category, const makVrv::DtUnicode &type, int unit, int oldUnit) |
| virtual void | slot_displayUnitDecimalsChanged (const makVrv::DtUnicode &category, const makVrv::DtUnicode &type, int) |
| Connected to signal_displayUnitDecimalsChanged on DtDisplayUnitsSettingsSignaler. More... | |
| virtual void | indirectArtilleryChanged (const DtIfIndirectArtilleryData &) |
| Called when indirect artillery has changed from the gui. More... | |
| virtual DtIfIndirectArtilleryData | defaultData () const |
| Returns the data used to seed ths dialog. By default comes from the DtIndirectArtilleryManager. More... | |
| virtual void | setupMunitionTypes () |
| virtual void | artilleryManagerChanged () |
Protected Attributes | |
| DtIndirectArtillerySettingsDataWidget * | myInterface |
| makVrv::DtDe & | myDe |
| makVrv::DtSignalConnectionManager | myConnections |
| DtIfIndirectArtilleryData | myIndirectFireData |
Overridden from base to allow for setting of indirect artillery specific data into the dialog.
| makVrf::DtIndirectArtillerySettingsDataLogic::DtIndirectArtillerySettingsDataLogic | ( | makVrv::DtDe & | , |
| DtIndirectArtillerySettingsDataWidget * | |||
| ) |
|
virtual |
|
virtual |
Override to set values into gui of current data.
|
virtual |
Sets up extension with indirect artillery data.
|
protectedvirtual |
Receive signal to update data into handler.
|
protectedvirtual |
Override to add new indirect artillery connections.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Connected to signal_displayUnitDecimalsChanged on DtDisplayUnitsSettingsSignaler.
|
protectedvirtual |
Called when indirect artillery has changed from the gui.
|
protectedvirtual |
Returns the data used to seed ths dialog. By default comes from the DtIndirectArtilleryManager.
|
protectedvirtual |
|
protectedvirtual |
| boost::signals2::signal<void (const DtIfIndirectArtilleryData&)> makVrf::DtIndirectArtillerySettingsDataLogic::signal_indirectArtilleryDataChanged |
|
protected |
|
protected |
|
protected |
|
protected |