Tepl.AbstractFactoryClass

Fields

Name

Type

Access

Description

create_file

object

r

Virtual function pointer for Tepl.AbstractFactory.create_file(). By default the Tepl.File is created with Tepl.File.new().

create_main_window

object

r

Virtual function pointer for Tepl.AbstractFactory.create_main_window(). It is not implemented by default.

create_metadata_manager_file

object

r

Virtual function pointer for Tepl.AbstractFactory.create_metadata_manager_file(). It is not implemented by default.

create_tab

object

r

Virtual function pointer for Tepl.AbstractFactory.create_tab(). By default the Tepl.Tab is created with Tepl.Tab.new().

create_tab_label

object

r

Virtual function pointer for Tepl.AbstractFactory.create_tab_label(). By default the tab label is created with Tepl.TabLabel.new().

fill_prefs_dialog

object

r

Virtual function pointer for Tepl.AbstractFactory.fill_prefs_dialog(). It is not implemented by default.

padding

[object]

r

parent_class

GObject.ObjectClass

r

The parent class.

Methods

None

Details

class Tepl.AbstractFactoryClass