| 
    MeVisLab Toolbox Reference
    
   | 
 
Defines the name of an attribute and its default value. More...
#include <mlStandardItemModel.h>
Public Member Functions | |
| Attribute (const std::string &nameArg, const Variant &defaultValueArg=Variant()) | |
Public Attributes | |
| std::string | name | 
| The name of the attribute.   | |
| Variant | defaultValue | 
| Default value of the attribute.   | |
Defines the name of an attribute and its default value.
If no default value is given, Variant() is used.
Definition at line 33 of file mlStandardItemModel.h.
      
  | 
  inline | 
Definition at line 35 of file mlStandardItemModel.h.
References mlrange_cast().
| Variant ml::StandardItemModel::Attribute::defaultValue | 
Default value of the attribute.
Definition at line 43 of file mlStandardItemModel.h.
| std::string ml::StandardItemModel::Attribute::name | 
The name of the attribute.
Definition at line 41 of file mlStandardItemModel.h.