App: minor change to LinkParams

This commit is contained in:
Zheng, Lei
2022-03-18 15:10:22 +08:00
committed by Chris Hennes
parent 63ac642785
commit 97deadf437
2 changed files with 9 additions and 6 deletions

View File

@@ -57,6 +57,8 @@ import LinkParams
LinkParams.define()
]]]*/
namespace {
// Auto generated code. See class document of LinkParams.
class LinkParamsP: public ParameterGrp::ObserverType {
public:
@@ -104,6 +106,8 @@ LinkParamsP *instance() {
return inst;
}
} // Anonymous namespace
// Auto generated code. See class document of LinkParams.
ParameterGrp::handle LinkParams::getHandle() {
return instance()->handle;

View File

@@ -677,11 +677,10 @@ public:
static ParameterGrp::handle getHandle();
//@{
/** Accessor for parameter CopyOnChangeApplyToAll
*
* Stores the last user choice of whether to apply CopyOnChange setup to all link
* that links to the same configurable object
*/
/// Accessor for parameter CopyOnChangeApplyToAll
///
/// Stores the last user choice of whether to apply CopyOnChange setup to all link
/// that links to the same configurable object
static const bool & getCopyOnChangeApplyToAll();
static const bool & defaultCopyOnChangeApplyToAll();
static void removeCopyOnChangeApplyToAll();
@@ -689,8 +688,8 @@ public:
static const char *docCopyOnChangeApplyToAll();
//@}
// Auto generated code. See class document of LinkParams.
};
} // namespace App
//[[[end]]]