DAVE.gui.widget_selection_action

Module Contents

class DAVE.gui.widget_selection_action.WidgetSelectionActions

Bases: DAVE.gui.dockwidget.guiDockWidget

guiCreate(self)

Add gui components to self.contents

Do not fill the controls with actual values here. This is executed upon creation and guiScene etc are not yet available.

guiProcessEvent(self, event)

Add processing that needs to be done.

After creation of the widget this event is called with guiEventType.FULL_UPDATE

guiDefaultLocation(self)
find_nodes(self, types)

Returns nodes of given types. Only the first node per given type is returned and no duplicates.

Returns None if not all types could be found

all_of_type(self, types)
fill(self)