OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::GraphicsPicker Class Reference

#include "GraphicsPicker.h"

Inheritance diagram for ot::GraphicsPicker:

Public Member Functions

 GraphicsPicker (Qt::Orientation _orientation=Qt::Vertical)
 
virtual ~GraphicsPicker ()
 
QWidget * pickerWidget (void)
 
void setOrientation (Qt::Orientation _orientation)
 
Qt::Orientation orientation (void) const
 
void add (const ot::GraphicsPickerCollectionPackage &_pckg)
 
void add (ot::GraphicsPickerCollectionCfg *_topLevelCollection)
 
void add (const std::list< ot::GraphicsPickerCollectionCfg * > &_topLevelCollections)
 
void clear (void)
 
void setPreviewBoxSize (const QSize &_size)
 
const QSize & previewBoxSize (void) const
 
void setOwner (const BasicServiceInformation &_owner)
 
const BasicServiceInformationgetOwner (void) const
 Returns the current owner of the graphics picker. The owner information will be added to the mime data when dragging an item.
 

Constructor & Destructor Documentation

◆ GraphicsPicker()

ot::GraphicsPicker::GraphicsPicker ( Qt::Orientation _orientation = Qt::Vertical)

◆ ~GraphicsPicker()

ot::GraphicsPicker::~GraphicsPicker ( )
virtual

Member Function Documentation

◆ add() [1/3]

void ot::GraphicsPicker::add ( const ot::GraphicsPickerCollectionPackage & _pckg)

◆ add() [2/3]

void ot::GraphicsPicker::add ( const std::list< ot::GraphicsPickerCollectionCfg * > & _topLevelCollections)

◆ add() [3/3]

void ot::GraphicsPicker::add ( ot::GraphicsPickerCollectionCfg * _topLevelCollection)

◆ clear()

void ot::GraphicsPicker::clear ( void )

◆ getOwner()

const BasicServiceInformation & ot::GraphicsPicker::getOwner ( void ) const
inline

Returns the current owner of the graphics picker. The owner information will be added to the mime data when dragging an item.

◆ orientation()

Qt::Orientation ot::GraphicsPicker::orientation ( void ) const

◆ pickerWidget()

QWidget * ot::GraphicsPicker::pickerWidget ( void )

◆ previewBoxSize()

const QSize & ot::GraphicsPicker::previewBoxSize ( void ) const
inline

◆ setOrientation()

void ot::GraphicsPicker::setOrientation ( Qt::Orientation _orientation)

◆ setOwner()

void ot::GraphicsPicker::setOwner ( const BasicServiceInformation & _owner)
inline

◆ setPreviewBoxSize()

void ot::GraphicsPicker::setPreviewBoxSize ( const QSize & _size)
inline

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