ItemList
Inherits: Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
clip_contents |
|
|
|
||
|
||
focus_mode |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
Theme Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Signals
empty_clicked ( Vector2 at_position, int mouse_button_index )
There is currently no description for this signal. Please help us by contributing one!
item_activated ( int index )
There is currently no description for this signal. Please help us by contributing one!
item_clicked ( int index, Vector2 at_position, int mouse_button_index )
There is currently no description for this signal. Please help us by contributing one!
item_selected ( int index )
There is currently no description for this signal. Please help us by contributing one!
multi_selected ( int index, bool selected )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum IconMode:
IconMode ICON_MODE_TOP = 0
There is currently no description for this enum. Please help us by contributing one!
IconMode ICON_MODE_LEFT = 1
There is currently no description for this enum. Please help us by contributing one!
enum SelectMode:
SelectMode SELECT_SINGLE = 0
There is currently no description for this enum. Please help us by contributing one!
SelectMode SELECT_MULTI = 1
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
bool allow_reselect = false
There is currently no description for this property. Please help us by contributing one!
bool allow_rmb_select = false
There is currently no description for this property. Please help us by contributing one!
bool allow_search = true
There is currently no description for this property. Please help us by contributing one!
bool auto_height = false
There is currently no description for this property. Please help us by contributing one!
int fixed_column_width = 0
There is currently no description for this property. Please help us by contributing one!
Vector2i fixed_icon_size = Vector2i(0, 0)
There is currently no description for this property. Please help us by contributing one!
IconMode icon_mode = 1
There is currently no description for this property. Please help us by contributing one!
float icon_scale = 1.0
There is currently no description for this property. Please help us by contributing one!
int item_count = 0
There is currently no description for this property. Please help us by contributing one!
int max_columns = 1
There is currently no description for this property. Please help us by contributing one!
int max_text_lines = 1
There is currently no description for this property. Please help us by contributing one!
bool same_column_width = false
There is currently no description for this property. Please help us by contributing one!
SelectMode select_mode = 0
void set_select_mode ( SelectMode value )
SelectMode get_select_mode ( )
There is currently no description for this property. Please help us by contributing one!
OverrunBehavior text_overrun_behavior = 3
void set_text_overrun_behavior ( OverrunBehavior value )
OverrunBehavior get_text_overrun_behavior ( )
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
int add_icon_item ( Texture2D icon, bool selectable=true )
There is currently no description for this method. Please help us by contributing one!
int add_item ( String text, Texture2D icon=null, bool selectable=true )
There is currently no description for this method. Please help us by contributing one!
void clear ( )
There is currently no description for this method. Please help us by contributing one!
void deselect ( int idx )
There is currently no description for this method. Please help us by contributing one!
void deselect_all ( )
There is currently no description for this method. Please help us by contributing one!
void ensure_current_is_visible ( )
There is currently no description for this method. Please help us by contributing one!
void force_update_list_size ( )
There is currently no description for this method. Please help us by contributing one!
int get_item_at_position ( Vector2 position, bool exact=false ) const
There is currently no description for this method. Please help us by contributing one!
Color get_item_custom_bg_color ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Color get_item_custom_fg_color ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Texture2D get_item_icon ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Color get_item_icon_modulate ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 get_item_icon_region ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
String get_item_language ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_item_metadata ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 get_item_rect ( int idx, bool expand=true ) const
There is currently no description for this method. Please help us by contributing one!
String get_item_text ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
TextDirection get_item_text_direction ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
String get_item_tooltip ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
PackedInt32Array get_selected_items ( )
There is currently no description for this method. Please help us by contributing one!
VScrollBar get_v_scroll_bar ( )
There is currently no description for this method. Please help us by contributing one!
bool is_anything_selected ( )
There is currently no description for this method. Please help us by contributing one!
bool is_item_disabled ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
bool is_item_icon_transposed ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
bool is_item_selectable ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
bool is_item_tooltip_enabled ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
bool is_selected ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
void move_item ( int from_idx, int to_idx )
There is currently no description for this method. Please help us by contributing one!
void remove_item ( int idx )
There is currently no description for this method. Please help us by contributing one!
void select ( int idx, bool single=true )
There is currently no description for this method. Please help us by contributing one!
void set_item_custom_bg_color ( int idx, Color custom_bg_color )
There is currently no description for this method. Please help us by contributing one!
void set_item_custom_fg_color ( int idx, Color custom_fg_color )
There is currently no description for this method. Please help us by contributing one!
void set_item_disabled ( int idx, bool disabled )
There is currently no description for this method. Please help us by contributing one!
void set_item_icon ( int idx, Texture2D icon )
There is currently no description for this method. Please help us by contributing one!
void set_item_icon_modulate ( int idx, Color modulate )
There is currently no description for this method. Please help us by contributing one!
void set_item_icon_region ( int idx, Rect2 rect )
There is currently no description for this method. Please help us by contributing one!
void set_item_icon_transposed ( int idx, bool transposed )
There is currently no description for this method. Please help us by contributing one!
void set_item_language ( int idx, String language )
There is currently no description for this method. Please help us by contributing one!
void set_item_metadata ( int idx, Variant metadata )
There is currently no description for this method. Please help us by contributing one!
void set_item_selectable ( int idx, bool selectable )
There is currently no description for this method. Please help us by contributing one!
void set_item_text ( int idx, String text )
There is currently no description for this method. Please help us by contributing one!
void set_item_text_direction ( int idx, TextDirection direction )
There is currently no description for this method. Please help us by contributing one!
void set_item_tooltip ( int idx, String tooltip )
There is currently no description for this method. Please help us by contributing one!
void set_item_tooltip_enabled ( int idx, bool enable )
There is currently no description for this method. Please help us by contributing one!
void sort_items_by_text ( )
There is currently no description for this method. Please help us by contributing one!
Theme Property Descriptions
Color font_color = Color(0.65, 0.65, 0.65, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_hovered_color = Color(0.95, 0.95, 0.95, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_outline_color = Color(0, 0, 0, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_selected_color = Color(1, 1, 1, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color guide_color = Color(0.7, 0.7, 0.7, 0.25)
There is currently no description for this theme property. Please help us by contributing one!
int h_separation = 4
There is currently no description for this theme property. Please help us by contributing one!
int icon_margin = 4
There is currently no description for this theme property. Please help us by contributing one!
int line_separation = 2
There is currently no description for this theme property. Please help us by contributing one!
int outline_size = 0
There is currently no description for this theme property. Please help us by contributing one!
int v_separation = 4
There is currently no description for this theme property. Please help us by contributing one!
Font font
There is currently no description for this theme property. Please help us by contributing one!
int font_size
There is currently no description for this theme property. Please help us by contributing one!
StyleBox cursor
There is currently no description for this theme property. Please help us by contributing one!
StyleBox cursor_unfocused
There is currently no description for this theme property. Please help us by contributing one!
StyleBox focus
There is currently no description for this theme property. Please help us by contributing one!
StyleBox hovered
There is currently no description for this theme property. Please help us by contributing one!
StyleBox panel
There is currently no description for this theme property. Please help us by contributing one!
StyleBox selected
There is currently no description for this theme property. Please help us by contributing one!
StyleBox selected_focus
There is currently no description for this theme property. Please help us by contributing one!