AtkValueIface

Members

Variables

getCurrentValue
void function(AtkValue* obj, GValue* value) getCurrentValue;

This virtual function is deprecated since 2.12 and it should not be overriden.

getIncrement
double function(AtkValue* obj) getIncrement;

gets the minimum increment by which the value of this object may be changed. If zero it is undefined. Since 2.12.

getMaximumValue
void function(AtkValue* obj, GValue* value) getMaximumValue;

This virtual function is deprecated since 2.12 and it should not be overriden.

getMinimumIncrement
void function(AtkValue* obj, GValue* value) getMinimumIncrement;

This virtual function is deprecated since 2.12 and it should not be overriden.

getMinimumValue
void function(AtkValue* obj, GValue* value) getMinimumValue;

This virtual function is deprecated since 2.12 and it should not be overriden.

getRange
AtkRange* function(AtkValue* obj) getRange;

gets the range that defines the minimum and maximum value of this object. Returns NULL if there is no range defined. Since 2.12.

getSubRanges
GSList* function(AtkValue* obj) getSubRanges;

returns a list of different subranges, and their description (if available) of this object. Returns NULL if there is not subranges defined. Since 2.12.

getValueAndText
void function(AtkValue* obj, double* value, char** text) getValueAndText;

gets the current value and the human readable text alternative (if available) of this object. Since 2.12.

parent
GTypeInterface parent;
setCurrentValue
bool function(AtkValue* obj, const(GValue)* value) setCurrentValue;

This virtual function is deprecated since 2.12 and it should not be overriden.

setValue
void function(AtkValue* obj, double newValue) setValue;

sets the value of this object. Since 2.12.