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