ExportPrefixType


Describes possible formats of prefix for state names in *State properties.

You can find more information in comments below.

enum class ExportPrefixType // Export prefix types 
{
    None, // No prefix(only state name will be used, like stDisabled) 
    Parent, // Parent class name(like CButton::stDisabled) 
    Namespace, // Namespace only(like standard::stDisabled) 
    NamespaceParent // Namespace and parent class name(like standard::CButton::stDisabled) 
};
Namespace: nitisa
Include: Nitisa/Package/Core/ExportPrefixType.h