mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 02:16:04 +08:00
refs #316 Doxygen.
This commit is contained in:
@@ -125,14 +125,7 @@ namespace BlackCore
|
|||||||
void changedSettings(uint type);
|
void changedSettings(uint type);
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
//! Handle value
|
||||||
/*!
|
|
||||||
* Handle value
|
|
||||||
* \param path where value belongs to
|
|
||||||
* \param command what to do with value
|
|
||||||
* \param value
|
|
||||||
* \return messages generated during handling
|
|
||||||
*/
|
|
||||||
virtual BlackMisc::CStatusMessageList value(const QString &path, const QString &command, const BlackMisc::CVariant &value) = 0;
|
virtual BlackMisc::CStatusMessageList value(const QString &path, const QString &command, const BlackMisc::CVariant &value) = 0;
|
||||||
|
|
||||||
//! Network settings
|
//! Network settings
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ namespace BlackMisc
|
|||||||
//! Unequal operator !=
|
//! Unequal operator !=
|
||||||
bool operator !=(const CSettingsAudio &other) const;
|
bool operator !=(const CSettingsAudio &other) const;
|
||||||
|
|
||||||
//! \copydoc BlackCore::IContextSettings
|
//! \copydoc BlackCore::IContextSettings::value
|
||||||
virtual BlackMisc::CStatusMessage value(const QString &path, const QString &command, const BlackMisc::CVariant &value, bool &changedFlag);
|
virtual BlackMisc::CStatusMessage value(const QString &path, const QString &command, const BlackMisc::CVariant &value, bool &changedFlag);
|
||||||
|
|
||||||
//! \copydoc CValueObject::getValueHash
|
//! \copydoc CValueObject::getValueHash
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ namespace BlackMisc
|
|||||||
//! Unequal operator !=
|
//! Unequal operator !=
|
||||||
bool operator !=(const CSettingsNetwork &other) const;
|
bool operator !=(const CSettingsNetwork &other) const;
|
||||||
|
|
||||||
//! \copydoc BlackCore::IContextSettings
|
//! \copydoc BlackCore::IContextSettings::value
|
||||||
virtual BlackMisc::CStatusMessage value(const QString &path, const QString &command, const CVariant &value, bool &changedFlag);
|
virtual BlackMisc::CStatusMessage value(const QString &path, const QString &command, const CVariant &value, bool &changedFlag);
|
||||||
|
|
||||||
//! \copydoc CValueObject::getValueHash
|
//! \copydoc CValueObject::getValueHash
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ namespace BlackSim
|
|||||||
//! Init with meaningful default values
|
//! Init with meaningful default values
|
||||||
void initDefaultValues();
|
void initDefaultValues();
|
||||||
|
|
||||||
//! \copydoc BlackCore::IContextSettings
|
//! \copydoc BlackCore::IContextSettings::value
|
||||||
virtual BlackMisc::CStatusMessage value(const QString &path, const QString &command, const BlackMisc::CVariant &value, bool &changedFlag);
|
virtual BlackMisc::CStatusMessage value(const QString &path, const QString &command, const BlackMisc::CVariant &value, bool &changedFlag);
|
||||||
|
|
||||||
//! \copydoc CValueObject::getValueHash
|
//! \copydoc CValueObject::getValueHash
|
||||||
|
|||||||
Reference in New Issue
Block a user