This is the complete list of members for Object, including all inherited members.
| addColor(QColor) (defined in Object) | Object | |
| addColor(ColorRef newColor) (defined in Object) | Object | inline |
| addColorAtIndex(int index, ColorRef newColor) (defined in Object) | Object | |
| addLayer(Layer *layer) (defined in Object) | Object | |
| addNewBitmapLayer() (defined in Object) | Object | |
| addNewCameraLayer() (defined in Object) | Object | |
| addNewSoundLayer() (defined in Object) | Object | |
| addNewVectorLayer() (defined in Object) | Object | |
| blockSignals(bool block) | QObject | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const const | QObject | |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| copyFileToDataFolder(QString strFilePath) (defined in Object) | Object | |
| createDefaultLayers() (defined in Object) | Object | |
| createWorkingDir() (defined in Object) | Object | |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| data() const (defined in Object) | Object | |
| dataDir() const (defined in Object) | Object | inline |
| deleteLater() | QObject | |
| deleteLayer(int i) (defined in Object) | Object | |
| deleteLayer(Layer *) (defined in Object) | Object | |
| deleteWorkingDir() const (defined in Object) | Object | |
| destroyed(QObject *obj) | QObject | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
| disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
| disconnect(const QObject *receiver, const char *method) const const | QObject | |
| disconnect(const QMetaObject::Connection &connection) | QObject | static |
| disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| dumpObjectInfo() | QObject | |
| dumpObjectInfo() const const | QObject | |
| dumpObjectTree() | QObject | |
| dumpObjectTree() const const | QObject | |
| dynamicPropertyNames() const const | QObject | |
| event(QEvent *e) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| exportFrames(int frameStart, int frameEnd, const LayerCamera *cameraLayer, QSize exportSize, QString filePath, QString format, bool transparency, bool exportKeyframesOnly, const QString &layerName, bool antialiasing, QProgressDialog *progress, int progressMax) const (defined in Object) | Object | |
| exportIm(int frameStart, QTransform view, QSize cameraSize, QSize exportSize, QString filePath, QString format, bool antialiasing, bool transparency) const (defined in Object) | Object | |
| exportPalette(const QString &filePath) const (defined in Object) | Object | |
| exportPaletteGPL(QFile &file) const (defined in Object) | Object | |
| exportPalettePencil(QFile &file) const (defined in Object) | Object | |
| exportX(int frameStart, int frameEnd, QTransform view, QSize exportSize, QString filePath, bool antialiasing) (defined in Object) | Object | |
| filePath() const (defined in Object) | Object | inline |
| findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const const | QObject | |
| findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
| findLayerByName(QString strName, Layer::LAYER_TYPE type=Layer::UNDEFINED) const (defined in Object) | Object | |
| getColor(int index) const (defined in Object) | Object | |
| getColorCount() (defined in Object) | Object | inline |
| getLayer(int i) const (defined in Object) | Object | |
| getLayerCount() const (defined in Object) | Object | |
| getLayersByType() const (defined in Object) | Object | inline |
| getMaxLayerID() (defined in Object) | Object | private |
| getUniqueLayerID() (defined in Object) | Object | |
| importPalette(QString filePath) (defined in Object) | Object | |
| importPaletteGPL(QFile &file) (defined in Object) | Object | |
| importPalettePencil(QFile &file) (defined in Object) | Object | |
| inherits(const char *className) const const | QObject | |
| init() (defined in Object) | Object | |
| installEventFilter(QObject *filterObj) | QObject | |
| isColorInUse(int index) (defined in Object) | Object | |
| isModified() (defined in Object) | Object | inline |
| isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
| isWidgetType() const const | QObject | |
| isWindowType() const const | QObject | |
| killTimer(int id) | QObject | |
| layerViewChanged() (defined in Object) | Object | signal |
| loadDefaultPalette() (defined in Object) | Object | |
| loadXML(QDomElement element, ProgressCallback progressForward) (defined in Object) | Object | |
| mActiveFramePool (defined in Object) | Object | mutableprivate |
| mainXMLFile() const (defined in Object) | Object | inline |
| mData (defined in Object) | Object | private |
| mDataDirPath (defined in Object) | Object | private |
| metaObject() const const | QObject | virtual |
| mFilePath (defined in Object) | Object | private |
| mLayers (defined in Object) | Object | private |
| mMainXMLFile (defined in Object) | Object | private |
| modification() (defined in Object) | Object | inline |
| modified (defined in Object) | Object | private |
| movePaletteColor(int start, int end) (defined in Object) | Object | |
| moveToThread(QThread *targetThread) | QObject | |
| moveVectorColor(int start, int end) (defined in Object) | Object | |
| mPalette (defined in Object) | Object | private |
| mWorkingDirPath (defined in Object) | Object | private |
| Object(QObject *parent=nullptr) (defined in Object) | Object | |
| objectName | QObject | |
| objectName() const const | QObject | |
| objectNameChanged(const QString &objectName) | QObject | |
| openPalette(QString filePath) (defined in Object) | Object | |
| paintImage(QPainter &painter, int frameNumber, bool background, bool antialiasing) const (defined in Object) | Object | |
| paletteImported() (defined in Object) | Object | signal |
| parent() const const | QObject | |
| property(const char *name) const const | QObject | |
| Q_CLASSINFO(Name,Value) | QObject | |
| Q_DISABLE_COPY(Class) | QObject | |
| Q_DISABLE_COPY_MOVE(Class) | QObject | |
| Q_DISABLE_MOVE(Class) | QObject | |
| Q_EMITQ_EMIT | QObject | |
| Q_ENUM(...) | QObject | |
| Q_ENUM_NS(...) | QObject | |
| Q_ENUMS(...) | QObject | |
| Q_FLAG(...) | QObject | |
| Q_FLAG_NS(...) | QObject | |
| Q_FLAGS(...) | QObject | |
| Q_GADGETQ_GADGET | QObject | |
| Q_INTERFACES(...) | QObject | |
| Q_INVOKABLEQ_INVOKABLE | QObject | |
| Q_NAMESPACEQ_NAMESPACE | QObject | |
| Q_NAMESPACE_EXPORT(EXPORT_MACRO) | QObject | |
| Q_OBJECTQ_OBJECT | QObject | |
| Q_PROPERTY(...) | QObject | |
| Q_REVISIONQ_REVISION | QObject | |
| Q_SET_OBJECT_NAME(Object) | QObject | |
| Q_SIGNALQ_SIGNAL | QObject | |
| Q_SIGNALSQ_SIGNALS | QObject | |
| Q_SLOTQ_SLOT | QObject | |
| Q_SLOTSQ_SLOTS | QObject | |
| qFindChild(const QObject *obj, const QString &name) | QObject | |
| qFindChildren(const QObject *obj, const QString &name) | QObject | |
| qFindChildren(const QObject *obj, const QRegExp ®Exp) | QObject | |
| QObject(QObject *parent) | QObject | |
| qobject_cast(QObject *object) | QObject | |
| qobject_cast(const QObject *object) | QObject | |
| QObjectList | QObject | |
| QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
| receivers(const char *signal) const const | QObject | protected |
| removeColor(int index) (defined in Object) | Object | |
| removeEventFilter(QObject *obj) | QObject | |
| renameColor(int i, QString text) (defined in Object) | Object | |
| savePalette(const QString &filePath) const (defined in Object) | Object | |
| saveXML(QDomDocument &doc) const (defined in Object) | Object | |
| sender() const const | QObject | protected |
| senderSignalIndex() const const | QObject | protected |
| setActiveFramePoolSize(int sizeInMB) (defined in Object) | Object | |
| setColor(int index, QColor newColor) (defined in Object) | Object | |
| setColorRef(int index, ColorRef newColorRef) (defined in Object) | Object | |
| setData(ObjectData *) (defined in Object) | Object | |
| setDataDir(QString dirPath) (defined in Object) | Object | inline |
| setFilePath(QString strFileName) (defined in Object) | Object | inline |
| setMainXMLFile(QString file) (defined in Object) | Object | inline |
| setModified(bool b) (defined in Object) | Object | inline |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setWorkingDir(const QString &path) (defined in Object) | Object | |
| signalsBlocked() const const | QObject | |
| startTimer(int interval, Qt::TimerType timerType) | QObject | |
| startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
| swapLayers(int i, int j) (defined in Object) | Object | |
| takeLayer(int layerId) (defined in Object) | Object | |
| thread() const const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| totalKeyFrameCount() const (defined in Object) | Object | |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| updateActiveFrames(int frame) const (defined in Object) | Object | |
| workingDir() const (defined in Object) | Object | inline |
| ~Object() (defined in Object) | Object | virtual |
| ~QObject() | QObject | virtual |
1.8.6