BaseIntegerAspect Class

(ProjectExplorer::BaseIntegerAspect)
Header: #include <BaseIntegerAspect>
Inherits: ProjectExplorer::ProjectConfigurationAspect

Public Functions

BaseIntegerAspect()
~BaseIntegerAspect() override
void setDisplayIntegerBase(int base)
void setLabel(const QString &label)
void setPrefix(const QString &prefix)
void setRange(int min, int max)
void setSuffix(const QString &suffix)
void setValue(int val)
int value() const

Reimplemented Public Functions

virtual void addToConfigurationLayout(QFormLayout *layout) override
virtual void fromMap(const QVariantMap &map) override
virtual void toMap(QVariantMap &map) const override

Additional Inherited Members

Detailed Description

Member Function Documentation

BaseIntegerAspect::BaseIntegerAspect()

Default constructs an instance of BaseIntegerAspect.

BaseIntegerAspect::~BaseIntegerAspect()

Destroys the instance of BaseIntegerAspect.

[override virtual] void BaseIntegerAspect::addToConfigurationLayout(QFormLayout *layout)

[override virtual] void BaseIntegerAspect::fromMap(const QVariantMap &map)

void BaseIntegerAspect::setDisplayIntegerBase(int base)

void BaseIntegerAspect::setLabel(const QString &label)

void BaseIntegerAspect::setPrefix(const QString &prefix)

void BaseIntegerAspect::setRange(int min, int max)

void BaseIntegerAspect::setSuffix(const QString &suffix)

void BaseIntegerAspect::setValue(int val)

See also value().

[override virtual] void BaseIntegerAspect::toMap(QVariantMap &map) const

int BaseIntegerAspect::value() const

See also setValue().