Columns
- The Columns::is_uda() method allows identification of UDA attributes.
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
std::string label () const { return _label; }
|
||||
std::string type () const { return _type; }
|
||||
bool modifiable () const { return _modifiable; }
|
||||
bool is_uda () const { return false; }
|
||||
std::vector <std::string> styles () const { return _styles; }
|
||||
std::vector <std::string> examples () const { return _examples; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user