Range

Inherits: Control < CanvasItem < Node < Object

Inherited By: EditorSpinSlider, ProgressBar, ScrollBar, Slider, SpinBox, TextureProgressBar

There is currently no description for this class. Please help us by contributing one!

Properties

bool

allow_greater

false

bool

allow_lesser

false

bool

exp_edit

false

float

max_value

100.0

float

min_value

0.0

float

page

0.0

float

ratio

bool

rounded

false

BitField<SizeFlags>

size_flags_vertical

0 (overrides Control)

float

step

0.01

float

value

0.0

Methods

void

_value_changed ( float new_value ) virtual

void

set_value_no_signal ( float value )

void

share ( Node with )

void

unshare ( )


Signals

changed ( )

There is currently no description for this signal. Please help us by contributing one!


value_changed ( float value )

There is currently no description for this signal. Please help us by contributing one!


Property Descriptions

bool allow_greater = false

  • void set_allow_greater ( bool value )

  • bool is_greater_allowed ( )

There is currently no description for this property. Please help us by contributing one!


bool allow_lesser = false

  • void set_allow_lesser ( bool value )

  • bool is_lesser_allowed ( )

There is currently no description for this property. Please help us by contributing one!


bool exp_edit = false

  • void set_exp_ratio ( bool value )

  • bool is_ratio_exp ( )

There is currently no description for this property. Please help us by contributing one!


float max_value = 100.0

There is currently no description for this property. Please help us by contributing one!


float min_value = 0.0

There is currently no description for this property. Please help us by contributing one!


float page = 0.0

  • void set_page ( float value )

  • float get_page ( )

There is currently no description for this property. Please help us by contributing one!


float ratio

  • void set_as_ratio ( float value )

  • float get_as_ratio ( )

There is currently no description for this property. Please help us by contributing one!


bool rounded = false

  • void set_use_rounded_values ( bool value )

  • bool is_using_rounded_values ( )

There is currently no description for this property. Please help us by contributing one!


float step = 0.01

  • void set_step ( float value )

  • float get_step ( )

There is currently no description for this property. Please help us by contributing one!


float value = 0.0

  • void set_value ( float value )

  • float get_value ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

void _value_changed ( float new_value ) virtual

There is currently no description for this method. Please help us by contributing one!


void set_value_no_signal ( float value )

There is currently no description for this method. Please help us by contributing one!


void share ( Node with )

There is currently no description for this method. Please help us by contributing one!


void unshare ( )

There is currently no description for this method. Please help us by contributing one!