BaseMod.Explorer

Classes

Explorer(mod[, parent])

class BaseMod.Explorer.Explorer(mod, parent=None)[source]
itemselected
resizeEvent(event)[source]
splitter_moved(pos, index)[source]
changecolor(color: QColor)[source]
Parameters:

color (QColor)

cat_next()[source]
cat_prev()[source]
item_next()[source]
item_prev()[source]
items_grid()[source]
items_grid_ununiform()[source]
items_grid_small()[source]
items_list()[source]
load_categories()[source]
change_items()[source]
change_item()[source]
search(text: str)[source]
Parameters:

text (str)

add_category()[source]
remove_category()[source]
item_action()[source]
add_items_to_file(file, names: list[str])[source]
Parameters:

names (list[str])

remove_items_from_file(file, names)[source]
focussearch()[source]
property categoryindex
property itemindex
abstractmethod get_categories() list[source]
Return type:

list

abstractmethod get_all_items() list[source]
Return type:

list

abstractmethod item_from_data(data) QListWidgetItem | None[source]
Return type:

QListWidgetItem | None

abstractmethod treeitem_from_data(data) QTreeWidgetItem | None[source]
Return type:

QTreeWidgetItem | None

abstractmethod cat_from_data(cat) QTreeWidgetItem | None[source]
Return type:

QTreeWidgetItem | None

abstractmethod itemtype() type[source]
Return type:

type

abstractmethod preview_item(item)[source]
abstractmethod category_items(cat) list[source]
Return type:

list

abstractmethod categories_modified() None[source]
Return type:

None

abstract property custom_categories_path: str
abstractmethod category_is_custom(cat) bool[source]
Return type:

bool

abstractmethod category_at_index(index)[source]
abstractmethod category_name(cat) str[source]
Return type:

str

abstractmethod item_name(item) str[source]
Return type:

str

staticMetaObject = PySide6.QtCore.QMetaObject("Explorer" inherits "ViewDockWidget": Methods:   #40 type=Signal, signature=itemselected(QVariantList), parameters=QVariantList )