Delete old methods.
--HG-- branch : feature
This commit is contained in:
parent
bd5fda320f
commit
8c2c8a8a7e
|
@ -37,19 +37,19 @@
|
||||||
class VIncrement
|
class VIncrement
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* @brief VIncrementTableRow create enpty row
|
* @brief VIncrementTableRow create enpty row
|
||||||
*/
|
*/
|
||||||
VIncrement();
|
VIncrement();
|
||||||
/**
|
/**
|
||||||
* @brief VIncrementTableRow create row
|
* @brief VIncrementTableRow create row
|
||||||
* @param id id
|
* @param id id
|
||||||
* @param base value in base size and growth
|
* @param base value in base size and growth
|
||||||
* @param ksize increment in sizes
|
* @param ksize increment in sizes
|
||||||
* @param kgrowth increment in growths
|
* @param kgrowth increment in growths
|
||||||
* @param description description of increment
|
* @param description description of increment
|
||||||
*/
|
*/
|
||||||
VIncrement(quint32 id, qreal base, qreal ksize, qreal kheight, QString description = QString());
|
VIncrement(quint32 id, qreal base, qreal ksize, qreal kheight, QString description = QString());
|
||||||
/**
|
/**
|
||||||
* @brief getId return id of row
|
* @brief getId return id of row
|
||||||
* @return id
|
* @return id
|
||||||
|
|
|
@ -80,8 +80,6 @@ public:
|
||||||
qreal GetValue(const qreal &size, const qreal &height) const;
|
qreal GetValue(const qreal &size, const qreal &height) const;
|
||||||
QString TagName() const;
|
QString TagName() const;
|
||||||
void setTagName(const QString &TagName);
|
void setTagName(const QString &TagName);
|
||||||
bool Virtual() const;
|
|
||||||
void setVirtual(bool value);
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
* @brief base value in base size and growth
|
* @brief base value in base size and growth
|
||||||
|
|
Loading…
Reference in New Issue
Block a user