#include "SelectEntitiesDialog.h"
Public Member Functions | |
SelectEntitiesDialog (const ot::SelectEntitiesDialogCfg &_config, QWidget *_parent=(QWidget *) nullptr) | |
~SelectEntitiesDialog () | |
bool | selectionHasChanged (void) const |
std::list< std::string > | selectedItemPaths (char _pathDelimiter='/', bool _bottomLevelOnly=true) const |
Returns the paths of the selected items. | |
Public Member Functions inherited from ot::Dialog | |
Dialog (QWidget *_parent=(QWidget *) nullptr) | |
Dialog (const DialogCfg &_config, QWidget *_parent=(QWidget *) nullptr) | |
virtual | ~Dialog () |
virtual QWidget * | getQWidget (void) override |
Returns a pointer to the root widget of this object. | |
virtual const QWidget * | getQWidget (void) const override |
DialogResult | showDialog (const ShowFlags &_showFlags=ShowFlags(IdealFit)) |
Center the dialog on parent and call exec. | |
void | setDialogFlag (DialogCfg::DialogFlag _flag, bool _active=true) |
void | setDialogFlags (DialogCfg::DialogFlags _flags) |
DialogCfg::DialogFlags | dialogFlags (void) const |
DialogResult | dialogResult (void) const |
void | setDialogName (const std::string &_name) |
const std::string & | dialogName (void) const |
const DialogStateFlags & | getDialogState (void) const |
Public Member Functions inherited from ot::QWidgetInterface | |
QWidgetInterface () | |
virtual | ~QWidgetInterface () |
void | setOTWidgetFlags (const WidgetFlags &_flags) |
const WidgetFlags & | otWidgetFlags (void) const |
Additional Inherited Members | |
Public Types inherited from ot::Dialog | |
enum | DialogResult { Ok , Yes , No , Retry , Cancel } |
enum | ShowFlag { DefaultShow = 0 << 0 , CenterOnParent = 1 << 0 , FitOnScreen = 1 << 1 , IdealFit = CenterOnParent | FitOnScreen } |
enum class | DialogState { NoState = 0 << 0 , MousePressed = 1 << 0 , Closing = 1 << 1 } |
typedef Flags< ShowFlag > | ShowFlags |
typedef Flags< DialogState > | DialogStateFlags |
Public Slots inherited from ot::Dialog | |
void | close (DialogResult _result) |
void | closeOk (void) |
void | closeYes (void) |
void | closeNo (void) |
void | closeRetry (void) |
void | closeCancel (void) |
Protected Member Functions inherited from ot::Dialog | |
virtual void | keyPressEvent (QKeyEvent *_event) override |
virtual void | mousePressEvent (QMouseEvent *_event) override |
virtual void | mouseMoveEvent (QMouseEvent *_event) override |
virtual void | mouseReleaseEvent (QMouseEvent *_event) override |
virtual void | closeEvent (QCloseEvent *_event) override |
virtual bool | mayCloseDialogWindow (void) const |
Protected Member Functions inherited from ot::QWidgetInterface | |
virtual void | otWidgetFlagsChanged (const WidgetFlags &_flags) |
SelectEntitiesDialog::SelectEntitiesDialog | ( | const ot::SelectEntitiesDialogCfg & | _config, |
QWidget * | _parent = (QWidget*)nullptr ) |
SelectEntitiesDialog::~SelectEntitiesDialog | ( | ) |
std::list< std::string > SelectEntitiesDialog::selectedItemPaths | ( | char | _pathDelimiter = '/', |
bool | _bottomLevelOnly = true ) const |
Returns the paths of the selected items.
_pathDelimiter | The character used to separete the item names |
_bottomLevelOnly | If true the parent items wont be added to the list |
bool SelectEntitiesDialog::selectionHasChanged | ( | void | ) | const |