Inheritance diagram for Selection:

Detailed Description

A selection is a set of objects.

Public Member Functions

bool contains (const IdentifiedObjectAbstract &obj) const noexcept
 
bool contains (const IdentifiedObjectAbstract *obj) const noexcept
 
void append (const IdentifiedObjectAbstract &obj)
 
void append (const IdentifiedObjectAbstract *obj)
 
void append (const base_type::value_type &obj)
 
void append (base_type::value_type &&obj)
 
bool operator== (const Selection &other) const
 
bool operator!= (const Selection &other) const
 
QList< const IdentifiedObjectAbstract * > toList () const
 
SCORE_LIB_BASE_EXPORT void removeDuplicates ()
 

Static Public Member Functions

static Selection fromList (const QList< IdentifiedObjectAbstract * > &other)
 

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