| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::StringsListSelectionWidget Class ReferenceA widget for selecting a set of strings. More...
Inheritance diagram for tlp::StringsListSelectionWidget:
Collaboration diagram for tlp::StringsListSelectionWidget:
Public Types
Public Member Functions
Detailed DescriptionA widget for selecting a set of strings. This widget allow to select a subset of strings from an initial input strings list. The look of the widget can be set via the ListType parameter : -> SIMPLE_LIST : the widget contains only one strings list, the selection of strings is done via the checkboxes located on the left of the items list -> DOUBLE_LIST : the widget contains two lists, the left one contains the unselected string list and the right one the selected strings list. To select a string (resp. unselect a string), it has to be moved from the list on the left to the list on the right (resp. from the list on the right to the list on the left) via the buttons located between the two lists or by drag'n drop. Member Enumeration DocumentationConstructor & Destructor Documentation
Default constructor (for qt designer)
This constructor creates the widget and initializes the unselected strings list
Member Function Documentation
Method which empty the selected strings list Implements tlp::StringsListSelectionWidgetInterface.
Method which empty the unselected strings list Implements tlp::StringsListSelectionWidgetInterface.
Method which returns both of the selected and unselected strings as a vector
Method which returns the selected strings as a vector Implements tlp::StringsListSelectionWidgetInterface.
Method which returns the unselected strings as a vector Implements tlp::StringsListSelectionWidgetInterface.
Method which selects all strings Implements tlp::StringsListSelectionWidgetInterface.
Method which sets the look of the widget
Method which sets the maximum size of the selected strings list Implements tlp::StringsListSelectionWidgetInterface.
Method which sets the selected strings list
Implements tlp::StringsListSelectionWidgetInterface.
Method which sets the label text value of the selected strings list (this method does nothing if listType = SIMPLE_LIST)
Method which sets the unselected strings list
Implements tlp::StringsListSelectionWidgetInterface.
Method which sets the label text value of the unselected strings list (this method does nothing if listType = SIMPLE_LIST)
Method which unselect all strings Implements tlp::StringsListSelectionWidgetInterface. |
Tulip Software by LaBRI Visualization Team 2001 - 2011 |