swift
Public Member Functions | List of all members
swift::gui::models::ISelectionModel< ContainerType > Class Template Referenceabstract

Allow to get and select objects. More...

Public Member Functions

virtual ~ISelectionModel ()
 Destructor.
 
virtual ContainerType selectedObjects () const =0
 Selected objects.
 
virtual ContainerType unselectedObjects () const =0
 Unselected objects. More...
 
virtual void selectObjects (const ContainerType &selectedObjects)=0
 Select.
 

Detailed Description

template<typename ContainerType>
class swift::gui::models::ISelectionModel< ContainerType >

Allow to get and select objects.

Definition at line 13 of file selectionmodel.h.

Member Function Documentation

◆ unselectedObjects()

template<typename ContainerType >
virtual ContainerType swift::gui::models::ISelectionModel< ContainerType >::unselectedObjects ( ) const
pure virtual

The documentation for this class was generated from the following file: