InfoBarEntry Class
(Core::InfoBarEntry)Public Types
typedef | CallBack |
typedef | ComboCallBack |
typedef | DetailsWidgetCreator |
enum | GlobalSuppression { Disabled, Enabled } |
Public Functions
InfoBarEntry(Core::Id _id, const QString &_infoText, Core::InfoBarEntry::GlobalSuppression _globalSuppression = GlobalSuppression::Disabled) | |
void | removeCancelButton() |
void | setCancelButtonInfo(Core::InfoBarEntry::CallBack callBack) |
void | setCancelButtonInfo(const QString &_cancelButtonText, Core::InfoBarEntry::CallBack callBack) |
void | setComboInfo(const QStringList &list, Core::InfoBarEntry::ComboCallBack callBack) |
void | setCustomButtonInfo(const QString &_buttonText, Core::InfoBarEntry::CallBack callBack) |
void | setDetailsWidgetCreator(const Core::InfoBarEntry::DetailsWidgetCreator &creator) |
Member Type Documentation
typedef InfoBarEntry::CallBack
typedef InfoBarEntry::ComboCallBack
typedef InfoBarEntry::DetailsWidgetCreator
enum InfoBarEntry::GlobalSuppression
Member Function Documentation
InfoBarEntry::InfoBarEntry(Core::Id _id, const QString &_infoText, Core::InfoBarEntry::GlobalSuppression _globalSuppression = GlobalSuppression::Disabled)
Default constructs an instance of InfoBarEntry.