spinetoolbox.project_items.exporter¶
Exporter project item plugin.
| author: |
|
|---|---|
| date: | 25.9.2019 |
Subpackages¶
spinetoolbox.project_items.exporter.mvcmodelsspinetoolbox.project_items.exporter.widgetsspinetoolbox.project_items.exporter.widgets.add_exporter_widgetspinetoolbox.project_items.exporter.widgets.export_list_itemspinetoolbox.project_items.exporter.widgets.exporter_propertiesspinetoolbox.project_items.exporter.widgets.gdx_export_settingsspinetoolbox.project_items.exporter.widgets.merging_error_flagspinetoolbox.project_items.exporter.widgets.parameter_index_settingsspinetoolbox.project_items.exporter.widgets.parameter_index_settings_windowspinetoolbox.project_items.exporter.widgets.parameter_merging_settingsspinetoolbox.project_items.exporter.widgets.parameter_merging_settings_window
Submodules¶
spinetoolbox.project_items.exporter.commandsspinetoolbox.project_items.exporter.db_utilsspinetoolbox.project_items.exporter.executable_itemspinetoolbox.project_items.exporter.exporterspinetoolbox.project_items.exporter.exporter_factoryspinetoolbox.project_items.exporter.exporter_iconspinetoolbox.project_items.exporter.item_infospinetoolbox.project_items.exporter.list_utilsspinetoolbox.project_items.exporter.notificationsspinetoolbox.project_items.exporter.settings_packspinetoolbox.project_items.exporter.settings_statespinetoolbox.project_items.exporter.worker
Package Contents¶
Classes¶
ItemFactory |
Class for project item factories. |
ItemInfo |
-
class
spinetoolbox.project_items.exporter.ItemFactory(toolbox)¶ Bases:
spinetoolbox.project_item.ProjectItemFactoryClass for project item factories.
Parameters: toolbox (ToolboxUI) – -
item_maker¶ Returns a ProjectItem subclass.
Returns: class
-
icon_maker¶ Returns a ProjectItemIcon subclass.
Returns: class
-
add_form_maker¶ Returns an AddProjectItem subclass.
Returns: class
-
specification_form_maker¶ Returns a QWidget subclass to create and edit specifications.
Returns: class
Returns an ItemSpecificationMenu subclass.
Returns: class
-
static
icon()¶ Returns the icon resource path.
Returns: str
-
static
_make_properties_widget(toolbox)¶ See base class.
-
-
class
spinetoolbox.project_items.exporter.ItemInfo[source]¶ Bases:
spinetoolbox.project_item_info.ProjectItemInfo-
static
item_category()¶ See base class.
-
static
item_type()¶ See base class.
-
static