definition
inherit
is_global
is_local
is_set
name
set
type
unset
value
HT_Option
Purpose
HT_Option_Definition definition()
HT_Option_Definition
Purpose
HT_Option (HT_Option_Definition const & def) alter
HT_Option (HT_Option_Definition const & def, HT_Option_Value const & val) alter
HT_Option (HT_String const & name, HT_Otion_Enum:: Scope scope, double v0) alter
HT_Option (HT_String const & name, HT_Otion_Enum:: Scope scope, double v0, double v1) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, HT_Boolean v0) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, int v0) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, int v0, int v1) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, int v0, int v1, int v2) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, int v0, int v1, int v2, int v3) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, int v0, int v1, int v2, int v3, int v4, int v5) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, long v0) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, float v0) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, float v0, float v1)
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, float v0, float v1, float v2) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, float v0, float v1, float v2, float v3) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, float v0, float v1, float v2, float v3, float v4, float v5) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, HT_String const & v0) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, HT_Palette const & v0) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, void const * v0) alter
HT_Option (HT_String const & name, HT_Option_Enum::Scope scope, HT_Aggregate_Option const & v0) alter
Purpose
void inherit(HT_Option_Value const & value)
Purpose
HT_Boolean is_global(void)
Purpose
HT_Boolean is_local(void)
Purpose
HT_Boolean is_set(void)
Purpose
HT_String const & is_global(void)
Purpose
void set(HT_Option_Value const & value)
void set(void)
Purpose
HT_Option_Enum::Type type(void)
HT_Option_Enum
Purpose
void unset(void)
Purpose
HT_Option_Value const & value (void)
HT_Option_Value & value (void)
HT_Option_Value