Qt 0.3
Document
Qt 0.3.0 Reference Documentation
List of All Members for Document
This is the complete list of members for
Document
, including inherited members.
Document
(QObject *)
Document
(const QString &, QObject *)
Document
(QIODevice *, QObject *)
~Document
()
addConditionalFormatting
(const ConditionalFormatting &) : bool
addDataValidation
(const DataValidation &) : bool
addSheet
(const QString &, AbstractSheet::SheetType) : bool
blockSignals
(bool)
cellAt
(int, int) const : Cell *
cellAt
(const CellReference &) const : Cell *
childEvent
(QChildEvent *)
children
() const
columnFormat
(int) : Format
columnWidth
(int) : double
connect
(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType)
connect
(const QObject *, PointerToMemberFunction, Functor)
connect
(const QObject *, PointerToMemberFunction, const QObject *, Functor, Qt::ConnectionType)
connect
(const QObject *, PointerToMemberFunction, const QObject *, PointerToMemberFunction, Qt::ConnectionType)
connect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType)
connect
(const QObject *, const char *, const char *, Qt::ConnectionType) const
connectNotify
(const QMetaMethod &)
copySheet
(const QString &, const QString &) : bool
currentSheet
() const : AbstractSheet *
currentWorksheet
() const : Worksheet *
customEvent
(QEvent *)
d_ptr
:
defineName
(const QString &, const QString &, const QString &, const QString &) : bool
deleteLater
()
deleteSheet
(const QString &) : bool
destroyed
(QObject *)
dimension
() const : CellRange
disconnect
(const QObject *, const char *, const QObject *, const char *)
disconnect
(const QMetaObject::Connection &)
disconnect
(const QObject *, PointerToMemberFunction, const QObject *, PointerToMemberFunction)
disconnect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &)
disconnect
(const QObject *, const char *) const
disconnect
(const char *, const QObject *, const char *) const
disconnectNotify
(const QMetaMethod &)
documentProperty
(const QString &) const : QString
documentPropertyNames
() const : QStringList
dumpObjectInfo
()
dumpObjectTree
()
dynamicPropertyNames
() const
event
(QEvent *)
eventFilter
(QObject *, QEvent *)
findChild
(const QString &, QFlags<Qt::FindChildOption>) const
findChildren
(const QString &, QFlags<Qt::FindChildOption>) const
findChildren
(const QRegExp &, QFlags<Qt::FindChildOption>) const
findChildren
(const QRegularExpression &, QFlags<Qt::FindChildOption>) const
groupColumns
(int, int, bool) : bool
groupRows
(int, int, bool) : bool
inherits
(const char *) const
insertChart
(int, int, const QSize &) : Chart *
insertImage
(int, int, const QImage &) : bool
insertSheet
(int, const QString &, AbstractSheet::SheetType) : bool
installEventFilter
(QObject *)
isColumnHidden
(int) : bool
isRowHidden
(int) : bool
isSignalConnected
(const QMetaMethod &) const
isWidgetType
() const
isWindowType
() const
killTimer
(int)
mergeCells
(const CellRange &, const Format &) : bool
metaObject
() const
moveSheet
(const QString &, int) : bool
moveToThread
(QThread *)
objectName
() const
objectNameChanged
(const QString &)
parent
() const
property
(const char *) const
read
(int, int) const : QVariant
read
(const CellReference &) const : QVariant
receivers
(const char *) const
removeEventFilter
(QObject *)
renameSheet
(const QString &, const QString &) : bool
rowFormat
(int) : Format
rowHeight
(int) : double
save
() const : bool
saveAs
(const QString &) const : bool
saveAs
(QIODevice *) const : bool
selectSheet
(const QString &) : bool
sender
() const
senderSignalIndex
() const
setColumnFormat
(const CellRange &, const Format &) : bool
setColumnFormat
(int, const Format &) : bool
setColumnFormat
(int, int, const Format &) : bool
setColumnHidden
(const CellRange &, bool) : bool
setColumnHidden
(int, bool) : bool
setColumnHidden
(int, int, bool) : bool
setColumnWidth
(const CellRange &, double) : bool
setColumnWidth
(int, double) : bool
setColumnWidth
(int, int, double) : bool
setDocumentProperty
(const QString &, const QString &)
setObjectName
(const QString &)
setParent
(QObject *)
setProperty
(const char *, const QVariant &)
setRowFormat
(int, const Format &) : bool
setRowFormat
(int, int, const Format &) : bool
setRowHeight
(int, double) : bool
setRowHeight
(int, int, double) : bool
setRowHidden
(int, bool) : bool
setRowHidden
(int, int, bool) : bool
sheet
(const QString &) const : AbstractSheet *
sheetNames
() const : QStringList
signalsBlocked
() const
startTimer
(int, Qt::TimerType)
staticMetaObject
:
staticQtMetaObject
:
thread
() const
timerEvent
(QTimerEvent *)
tr
(const char *, const char *, int)
unmergeCells
(const CellRange &) : bool
workbook
() const : Workbook *
write
(int, int, const QVariant &, const Format &) : bool
write
(const CellReference &, const QVariant &, const Format &) : bool