widget_selectImgSet__define.pro
widget_selectImgSet
Description:
A base widget with two labels and two droplists which allow for
a selection of an image set from the container.
Notifications are send out upon selection of a new set.
Besides the lists are updated via callback from the imgSets container.
Since this functionality is needed in many modules, it's been put
in a separate object.
widget_selectImgSet::init
Description:
widget_selectImgSet::cleanup
Description:
widget_selectImgSet::imgSetChangeEvt
Description:
Callback from image set container
widget_selectImgSet_classSelectEvt
Description:
Wrapper procedure
widget_selectImgSet_nameSelectEvt
Description:
Wrapper procedure
widget_selectImgSet::classSelectEvt
Description:
widget_selectImgSet::nameSelectEvt
Description:
widget_selectImgSet::update
Description:
Update class and name lists - try to keep currently displayed
set, if possible. Otherwise chose next set and send notification
widget_selectImgSet::class
Description:
returns the currently selected class name
widget_selectImgSet::name
Description:
returns currently selecte name
widget_selectImgSet__define
Description: