diplomat.wx_gui.labeler_lib.SettingCollectionWidget

class diplomat.wx_gui.labeler_lib.SettingCollectionWidget(*args: Any, **kwargs: Any)[source]

Bases: Control

A widget for displaying the settings of a pose labeler. Defaults to an empty widget, as no pose labeler is set.

__init__(*args, title: str = 'Advanced Settings', collapsable=True, **kwargs)[source]

Create a new empty settings displaying widget.

Methods

__init__(*args[, title, collapsable])

Create a new empty settings displaying widget.

clear()

is_shown()

set_setting_collection(collection)

Set the setting collection to display in this setting collection widget...

Attributes

EXPAND_CHAR

RETRACT_CHAR

set_setting_collection(collection: SettingCollection)[source]

Set the setting collection to display in this setting collection widget…

Parameters:

collection – The SettingCollection to display the settings of.