Range Class
Header: | #include <Range> |
Inherits: | ExcelObject |
Public Functions
- 31 public functions inherited from QObject
Public Slots
Format * | getFormat() |
QVariant | getValue(const QString &valueType = QString( "" )) |
bool | isMerged() const |
bool | isNull() const |
void | setFormat(const Format *format) |
bool | setMerge(bool merge = true) |
void | setValue(const QVariant &value, const QString &valueType = QString( "" ), const Format *format = nullptr) |
- 1 public slot inherited from QObject
Protected Functions
Range(Book *book, QObject *parent) |
- 2 protected functions inherited from ExcelObject
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
Member Function Documentation
Range::Range(QObject *parent = nullptr)
Default constructs an instance of Range.
[protected]
Range::Range(Book *book, QObject *parent)
Default constructs an instance of Range.
Range::~Range()
Destroys the instance of Range.
[slot]
Format *Range::getFormat()
Range::getFormat Returns
[slot]
QVariant Range::getValue(const QString &valueType = QString( "" ))
Range::getValue valueType Returns
[slot]
bool Range::isMerged() const
Range::isMerged Returns
[slot]
bool Range::isNull() const
Range::isNull Returns
[slot]
void Range::setFormat(const Format *format)
Range::setFormat format
[slot]
bool Range::setMerge(bool merge = true)
Range::setMerge merge Returns
[slot]
void Range::setValue(const QVariant &value, const QString &valueType = QString( "" ), const Format *format = nullptr)
Range::setValue value valueType format