All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Valuable::FlagNames Struct Reference

This struct is used to define the name strings for flags so they can be referenced from CSS. More...

#include <Valuable/AttributeFlags.hpp>

Public Attributes

bool createAlias
 Should we create an alias for this flag so that you can write "name: value" in CSS.
 
const char * name
 Name of the flag.
 
long value
 Value of the value.
 

Detailed Description

This struct is used to define the name strings for flags so they can be referenced from CSS.