UDAs - User Defined Attributes
- Added support for named allowable values.
This commit is contained in:
@@ -41,9 +41,13 @@ public:
|
||||
ColumnUDA ();
|
||||
~ColumnUDA ();
|
||||
|
||||
bool validate (std::string&);
|
||||
void measure (Task&, int&, int&);
|
||||
void render (std::vector <std::string>&, Task&, int, Color&);
|
||||
|
||||
public:
|
||||
std::vector <std::string> _values;
|
||||
|
||||
private:
|
||||
bool _hyphenate;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user