32 #include "scene/gui/line_edit.h" 33 #include "scene/gui/range.h" 34 #include "scene/main/timer.h" 43 Timer *range_click_timer;
44 void _range_click_timeout();
46 void _text_entered(
const String& p_string);
47 virtual void _value_changed(
double);
51 void _line_edit_input(
const InputEvent& p_event);
63 void _line_edit_focus_exit();
70 void _notification(
int p_what);
72 static void _bind_methods();
77 virtual Size2 get_minimum_size()
const;
79 void set_editable(
bool p_editable);
80 bool is_editable()
const;
82 void set_suffix(
const String& p_suffix);
85 void set_prefix(
const String& p_prefix);
Definition: spin_box.h:36
Definition: line_edit.h:36