Skip to content

DriveCard

Inherits: MarginContainer

Properties

Type Name Default
SteamRemovableMediaManager steam_disks
NotificationManager notification_manager
BlockDevice block_device
String device_path
Tween highlight_tween
Label drive_name_label
Label drive_size_label
TextureRect drive_icon
FocusGroup drive_focus_group
CardButton format_button
HBoxContainer partitions_container
FocusGroup partitions_focus_group
TextureRect highlight
CustomLogger logger
int log_level 3

Methods

Returns Signature
void setup(device: BlockDevice)

Property Descriptions

steam_disks

SteamRemovableMediaManager steam_disks

Note

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

notification_manager

NotificationManager notification_manager

Note

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

block_device

BlockDevice block_device

Note

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

device_path

String device_path

Note

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

highlight_tween

Tween highlight_tween

Note

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

drive_name_label

Label drive_name_label

Note

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

drive_size_label

Label drive_size_label

Note

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

drive_icon

TextureRect drive_icon

Note

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

drive_focus_group

FocusGroup drive_focus_group

Note

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

format_button

CardButton format_button

Note

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

partitions_container

HBoxContainer partitions_container

Note

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

partitions_focus_group

FocusGroup partitions_focus_group

Note

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

highlight

TextureRect highlight

Note

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

logger

CustomLogger logger

Note

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

log_level

int log_level = 3

Note

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


Method Descriptions

setup()

void setup(device: BlockDevice)

Performs _ready fucntionality with the given BlockDevice