![]() |
#include <ui/market/MarketPackWidgetFormat.hpp>
Public Member Functions | |
MarketPackWidgetFormat (const openfluid::market::PackageInfo::PackageType &Type, const openfluid::market::MetaPackageInfo &MetaPackInfo) | |
virtual openfluid::market::MetaPackageInfo::SelectionType | getPackageFormat () const |
QString | getEditedBuildOptions () const |
virtual void | updateDisplayedInfos () |
![]() | |
MarketPackWidget (const openfluid::market::PackageInfo::PackageType &Type, const openfluid::market::MetaPackageInfo &MetaPackInfo) | |
~MarketPackWidget () | |
QString | getID () const |
bool | isInstall () const |
void | setInstall (bool Install) |
Additional Inherited Members | |
![]() | |
void | installModified (openfluid::ware::WareID_t) |
![]() | |
void | onInstallModified () |
![]() | |
static QString | replaceByUnknownIfEmpty (const QString &Str) |
static QString | replaceByNoneIfEmpty (const QString &Str) |
![]() | |
openfluid::market::PackageInfo::PackageType | m_PackageType |
openfluid::market::MetaPackageInfo | m_MetaPackInfo |
QLabel | m_IDLabel |
QLabel | m_LicenseLabel |
QHBoxLayout | m_MainHBox |
QPushButton | m_InstallToggle |
QVBoxLayout | m_DetailsLeftVBox |
QVBoxLayout | m_DetailsRightVBox |
openfluid::ui::market::MarketPackWidgetFormat::MarketPackWidgetFormat | ( | const openfluid::market::PackageInfo::PackageType & | Type, |
const openfluid::market::MetaPackageInfo & | MetaPackInfo | ||
) |
|
inline |
|
virtual |
Reimplemented from openfluid::ui::market::MarketPackWidget.
|
virtual |
Creates tooltip for market pack widget
Reimplemented from openfluid::ui::market::MarketPackWidget.