new attribute
This commit is contained in:
@@ -47,6 +47,7 @@ const char PIValueTree::Attribute::singleStep [] = "singleStep" ;
|
|||||||
const char PIValueTree::Attribute::decimals [] = "decimals" ;
|
const char PIValueTree::Attribute::decimals [] = "decimals" ;
|
||||||
const char PIValueTree::Attribute::prefix [] = "prefix" ;
|
const char PIValueTree::Attribute::prefix [] = "prefix" ;
|
||||||
const char PIValueTree::Attribute::suffix [] = "suffix" ;
|
const char PIValueTree::Attribute::suffix [] = "suffix" ;
|
||||||
|
const char PIValueTree::Attribute::style [] = "style" ;
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ public:
|
|||||||
static const char decimals [];
|
static const char decimals [];
|
||||||
static const char prefix [];
|
static const char prefix [];
|
||||||
static const char suffix [];
|
static const char suffix [];
|
||||||
|
static const char style [];
|
||||||
//static constexpr char attribute[] = "";
|
//static constexpr char attribute[] = "";
|
||||||
// clang-format on
|
// clang-format on
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user