mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #681, adjusted form classes
* made server form a CForm, not a component * adjusted other forms
This commit is contained in:
@@ -46,13 +46,13 @@ namespace BlackGui
|
||||
BlackMisc::Simulation::CAircraftModel getValue() const;
|
||||
|
||||
//! Validate
|
||||
BlackMisc::CStatusMessageList validate(bool withNestedObjects) const;
|
||||
|
||||
//! \copydoc CForm::setReadOnly
|
||||
virtual void setReadOnly(bool readOnly) override;
|
||||
|
||||
//! \copydoc CForm::setSelectOnly
|
||||
//! \name Form class implementations
|
||||
//! @{
|
||||
virtual void setReadOnly(bool readonly) override;
|
||||
virtual void setSelectOnly() override;
|
||||
virtual BlackMisc::CStatusMessageList validate(bool withNestedObjects) const override;
|
||||
//! @}
|
||||
|
||||
public slots:
|
||||
//! Set model
|
||||
|
||||
Reference in New Issue
Block a user