Tree
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
button_clicked ( TreeItem item, int column, int id, int mouse_button_index )
There is currently no description for this signal. Please help us by contributing one!
cell_selected ( )
There is currently no description for this signal. Please help us by contributing one!
check_propagated_to_item ( TreeItem item, int column )
There is currently no description for this signal. Please help us by contributing one!
column_title_clicked ( int column, int mouse_button_index )
There is currently no description for this signal. Please help us by contributing one!
custom_item_clicked ( int mouse_button_index )
There is currently no description for this signal. Please help us by contributing one!
custom_popup_edited ( bool arrow_clicked )
There is currently no description for this signal. Please help us by contributing one!
empty_clicked ( Vector2 click_position, int mouse_button_index )
There is currently no description for this signal. Please help us by contributing one!
item_activated ( )
There is currently no description for this signal. Please help us by contributing one!
item_collapsed ( TreeItem item )
There is currently no description for this signal. Please help us by contributing one!
item_edited ( )
There is currently no description for this signal. Please help us by contributing one!
item_icon_double_clicked ( )
There is currently no description for this signal. Please help us by contributing one!
item_mouse_selected ( Vector2 mouse_position, int mouse_button_index )
There is currently no description for this signal. Please help us by contributing one!
item_selected ( )
There is currently no description for this signal. Please help us by contributing one!
multi_selected ( TreeItem item, int column, bool selected )
There is currently no description for this signal. Please help us by contributing one!
nothing_selected ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum SelectMode:
SelectMode SELECT_SINGLE = 0
There is currently no description for this enum. Please help us by contributing one!
SelectMode SELECT_ROW = 1
There is currently no description for this enum. Please help us by contributing one!
SelectMode SELECT_MULTI = 2
There is currently no description for this enum. Please help us by contributing one!
enum DropModeFlags:
DropModeFlags DROP_MODE_DISABLED = 0
There is currently no description for this enum. Please help us by contributing one!
DropModeFlags DROP_MODE_ON_ITEM = 1
There is currently no description for this enum. Please help us by contributing one!
DropModeFlags DROP_MODE_INBETWEEN = 2
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 column_titles_visible = false
There is currently no description for this property. Please help us by contributing one!
int columns = 1
There is currently no description for this property. Please help us by contributing one!
int drop_mode_flags = 0
There is currently no description for this property. Please help us by contributing one!
bool enable_recursive_folding = true
There is currently no description for this property. Please help us by contributing one!
bool hide_folding = false
There is currently no description for this property. Please help us by contributing one!
bool hide_root = false
There is currently no description for this property. Please help us by contributing one!
bool scroll_horizontal_enabled = true
There is currently no description for this property. Please help us by contributing one!
bool scroll_vertical_enabled = true
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!
Method Descriptions
void clear ( )
There is currently no description for this method. Please help us by contributing one!
TreeItem create_item ( TreeItem parent=null, int index=-1 )
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!
bool edit_selected ( bool force_edit=false )
There is currently no description for this method. Please help us by contributing one!
void ensure_cursor_is_visible ( )
There is currently no description for this method. Please help us by contributing one!
int get_button_id_at_position ( Vector2 position ) const
There is currently no description for this method. Please help us by contributing one!
int get_column_at_position ( Vector2 position ) const
There is currently no description for this method. Please help us by contributing one!
int get_column_expand_ratio ( int column ) const
There is currently no description for this method. Please help us by contributing one!
String get_column_title ( int column ) const
There is currently no description for this method. Please help us by contributing one!
HorizontalAlignment get_column_title_alignment ( int column ) const
There is currently no description for this method. Please help us by contributing one!
TextDirection get_column_title_direction ( int column ) const
There is currently no description for this method. Please help us by contributing one!
String get_column_title_language ( int column ) const
There is currently no description for this method. Please help us by contributing one!
int get_column_width ( int column ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 get_custom_popup_rect ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_drop_section_at_position ( Vector2 position ) const
There is currently no description for this method. Please help us by contributing one!
TreeItem get_edited ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_edited_column ( ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 get_item_area_rect ( TreeItem item, int column=-1, int button_index=-1 ) const
There is currently no description for this method. Please help us by contributing one!
TreeItem get_item_at_position ( Vector2 position ) const
There is currently no description for this method. Please help us by contributing one!
TreeItem get_next_selected ( TreeItem from )
There is currently no description for this method. Please help us by contributing one!
int get_pressed_button ( ) const
There is currently no description for this method. Please help us by contributing one!
TreeItem get_root ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2 get_scroll ( ) const
There is currently no description for this method. Please help us by contributing one!
TreeItem get_selected ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_selected_column ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_column_clipping_content ( int column ) const
There is currently no description for this method. Please help us by contributing one!
bool is_column_expanding ( int column ) const
There is currently no description for this method. Please help us by contributing one!
void scroll_to_item ( TreeItem item, bool center_on_item=false )
There is currently no description for this method. Please help us by contributing one!
void set_column_clip_content ( int column, bool enable )
There is currently no description for this method. Please help us by contributing one!
void set_column_custom_minimum_width ( int column, int min_width )
There is currently no description for this method. Please help us by contributing one!
void set_column_expand ( int column, bool expand )
There is currently no description for this method. Please help us by contributing one!
void set_column_expand_ratio ( int column, int ratio )
There is currently no description for this method. Please help us by contributing one!
void set_column_title ( int column, String title )
There is currently no description for this method. Please help us by contributing one!
void set_column_title_alignment ( int column, HorizontalAlignment title_alignment )
There is currently no description for this method. Please help us by contributing one!
void set_column_title_direction ( int column, TextDirection direction )
There is currently no description for this method. Please help us by contributing one!
void set_column_title_language ( int column, String language )
There is currently no description for this method. Please help us by contributing one!
void set_selected ( TreeItem item, int column )
There is currently no description for this method. Please help us by contributing one!
Theme Property Descriptions
Color children_hl_line_color = Color(0.27, 0.27, 0.27, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color custom_button_font_highlight = Color(0.95, 0.95, 0.95, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color drop_position_color = Color(1, 1, 1, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_color = Color(0.7, 0.7, 0.7, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_disabled_color = Color(0.875, 0.875, 0.875, 0.5)
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!
Color parent_hl_line_color = Color(0.27, 0.27, 0.27, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color relationship_line_color = Color(0.27, 0.27, 0.27, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color title_button_color = Color(0.875, 0.875, 0.875, 1)
There is currently no description for this theme property. Please help us by contributing one!
int button_margin = 4
There is currently no description for this theme property. Please help us by contributing one!
int children_hl_line_width = 1
There is currently no description for this theme property. Please help us by contributing one!
int draw_guides = 1
There is currently no description for this theme property. Please help us by contributing one!
int draw_relationship_lines = 0
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_max_width = 0
There is currently no description for this theme property. Please help us by contributing one!
int inner_item_margin_bottom = 0
There is currently no description for this theme property. Please help us by contributing one!
int inner_item_margin_left = 0
There is currently no description for this theme property. Please help us by contributing one!
int inner_item_margin_right = 0
There is currently no description for this theme property. Please help us by contributing one!
int inner_item_margin_top = 0
There is currently no description for this theme property. Please help us by contributing one!
int item_margin = 16
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 parent_hl_line_margin = 0
There is currently no description for this theme property. Please help us by contributing one!
int parent_hl_line_width = 1
There is currently no description for this theme property. Please help us by contributing one!
int relationship_line_width = 1
There is currently no description for this theme property. Please help us by contributing one!
int scroll_border = 4
There is currently no description for this theme property. Please help us by contributing one!
int scroll_speed = 12
There is currently no description for this theme property. Please help us by contributing one!
int scrollbar_h_separation = 4
There is currently no description for this theme property. Please help us by contributing one!
int scrollbar_margin_bottom = -1
There is currently no description for this theme property. Please help us by contributing one!
int scrollbar_margin_left = -1
There is currently no description for this theme property. Please help us by contributing one!
int scrollbar_margin_right = -1
There is currently no description for this theme property. Please help us by contributing one!
int scrollbar_margin_top = -1
There is currently no description for this theme property. Please help us by contributing one!
int scrollbar_v_separation = 4
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!
Font title_button_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!
int title_button_font_size
There is currently no description for this theme property. Please help us by contributing one!
Texture2D arrow
There is currently no description for this theme property. Please help us by contributing one!
Texture2D arrow_collapsed
There is currently no description for this theme property. Please help us by contributing one!
Texture2D arrow_collapsed_mirrored
There is currently no description for this theme property. Please help us by contributing one!
Texture2D checked
There is currently no description for this theme property. Please help us by contributing one!
Texture2D checked_disabled
There is currently no description for this theme property. Please help us by contributing one!
Texture2D indeterminate
There is currently no description for this theme property. Please help us by contributing one!
Texture2D indeterminate_disabled
There is currently no description for this theme property. Please help us by contributing one!
Texture2D select_arrow
There is currently no description for this theme property. Please help us by contributing one!
Texture2D unchecked
There is currently no description for this theme property. Please help us by contributing one!
Texture2D unchecked_disabled
There is currently no description for this theme property. Please help us by contributing one!
Texture2D updown
There is currently no description for this theme property. Please help us by contributing one!
StyleBox button_pressed
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 custom_button
There is currently no description for this theme property. Please help us by contributing one!
StyleBox custom_button_hover
There is currently no description for this theme property. Please help us by contributing one!
StyleBox custom_button_pressed
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 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!
StyleBox title_button_hover
There is currently no description for this theme property. Please help us by contributing one!
StyleBox title_button_normal
There is currently no description for this theme property. Please help us by contributing one!
StyleBox title_button_pressed
There is currently no description for this theme property. Please help us by contributing one!