|
Krita Source Code Documentation
|
This is the complete list of members for Document, including all inherited members.
| activeNode() const | Document | slot |
| animationLength() | Document | slot |
| annotation(const QString &type) | Document | slot |
| annotationDescription(const QString &type) const | Document | slot |
| annotationTypes() const | Document | slot |
| audioLevel() const | Document | slot |
| audioTracks() const | Document | slot |
| autosave() | Document | slot |
| backgroundColor() | Document | slot |
| batchmode() const | Document | slot |
| bounds() const | Document | slot |
| clone() const | Document | slot |
| close() | Document | slot |
| colorDepth() const | Document | slot |
| colorModel() const | Document | slot |
| colorProfile() const | Document | slot |
| createCloneLayer(const QString &name, const Node *source) | Document | slot |
| createColorizeMask(const QString &name) | Document | slot |
| createFileLayer(const QString &name, const QString fileName, const QString scalingMethod, const QString scalingFilter="Bicubic") | Document | slot |
| createFillLayer(const QString &name, const QString generatorName, InfoObject &configuration, Selection &selection) | Document | slot |
| createFilterLayer(const QString &name, Filter &filter, Selection &selection) | Document | slot |
| createFilterMask(const QString &name, Filter &filter, Selection &selection) | Document | slot |
| createFilterMask(const QString &name, Filter &filter, const Node *selection_source) | Document | slot |
| createGroupLayer(const QString &name) | Document | slot |
| createNode(const QString &name, const QString &nodeType) | Document | slot |
| createSelectionMask(const QString &name) | Document | slot |
| createTransformMask(const QString &name) | Document | slot |
| createTransparencyMask(const QString &name) | Document | slot |
| createVectorLayer(const QString &name) | Document | slot |
| crop(int x, int y, int w, int h) | Document | slot |
| currentTime() | Document | slot |
| d | Document | private |
| document() const | Document | private |
| Document(KisDocument *document, bool ownsDocument, QObject *parent=0) | Document | explicit |
| documentInfo() const | Document | slot |
| exportImage(const QString &filename, const InfoObject &exportConfiguration) | Document | slot |
| fileName() const | Document | slot |
| Filter | Document | friend |
| flatten() | Document | slot |
| framesPerSecond() | Document | slot |
| fullClipRangeEndTime() | Document | slot |
| fullClipRangeStartTime() | Document | slot |
| gridConfig() | Document | slot |
| guidesConfig() | Document | slot |
| guidesLocked() const | Document | slot |
| guidesVisible() const | Document | slot |
| height() const | Document | slot |
| horizontalGuides() const | Document | slot |
| importAnimation(const QList< QString > &files, int firstFrame, int step) | Document | slot |
| Krita | Document | friend |
| lock() | Document | slot |
| modified() const | Document | slot |
| name() const | Document | slot |
| nodeByName(const QString &name) const | Document | slot |
| nodeByUniqueID(const QUuid &id) const | Document | slot |
| operator!=(const Document &other) const | Document | |
| operator==(const Document &other) const | Document | |
| pixelData(int x, int y, int w, int h) const | Document | slot |
| playBackEndTime() | Document | slot |
| playBackStartTime() | Document | slot |
| projection(int x=0, int y=0, int w=0, int h=0) const | Document | slot |
| refreshProjection() | Document | slot |
| removeAnnotation(const QString &type) | Document | slot |
| resizeImage(int x, int y, int w, int h) | Document | slot |
| resolution() const | Document | slot |
| rootNode() const | Document | slot |
| rotateImage(double radians) | Document | slot |
| save() | Document | slot |
| saveAs(const QString &filename) | Document | slot |
| scaleImage(int w, int h, int xres, int yres, QString strategy) | Document | slot |
| selection() const | Document | slot |
| setActiveNode(Node *value) | Document | slot |
| setAnnotation(const QString &type, const QString &description, const QByteArray &annotation) | Document | slot |
| setAudioLevel(const qreal level) | Document | slot |
| setAudioTracks(const QList< QString > files) const | Document | slot |
| setAutosave(bool active) | Document | slot |
| setBackgroundColor(const QColor &color) | Document | slot |
| setBatchmode(bool value) | Document | slot |
| setColorProfile(const QString &colorProfile) | Document | slot |
| setColorSpace(const QString &colorModel, const QString &colorDepth, const QString &colorProfile) | Document | slot |
| setCurrentTime(int time) | Document | slot |
| setDocumentInfo(const QString &document) | Document | slot |
| setFileName(QString value) | Document | slot |
| setFramesPerSecond(int fps) | Document | slot |
| setFullClipRangeEndTime(int endTime) | Document | slot |
| setFullClipRangeStartTime(int startTime) | Document | slot |
| setGridConfig(GridConfig *gridConfig) | Document | slot |
| setGuidesConfig(GuidesConfig *guidesConfig) | Document | slot |
| setGuidesLocked(bool locked) | Document | slot |
| setGuidesVisible(bool visible) | Document | slot |
| setHeight(int value) | Document | slot |
| setHorizontalGuides(const QList< qreal > &lines) | Document | slot |
| setModified(bool modified) | Document | slot |
| setName(QString value) | Document | slot |
| setOwnsDocument(bool ownsDocument) | Document | private |
| setPlayBackRange(int start, int stop) | Document | slot |
| setResolution(int value) | Document | slot |
| setSelection(Selection *value) | Document | slot |
| setVerticalGuides(const QList< qreal > &lines) | Document | slot |
| setWidth(int value) | Document | slot |
| setXOffset(int x) | Document | slot |
| setXRes(double xRes) const | Document | slot |
| setYOffset(int y) | Document | slot |
| setYRes(double yRes) const | Document | slot |
| Shape | Document | friend |
| shearImage(double angleX, double angleY) | Document | slot |
| thumbnail(int w, int h) const | Document | slot |
| topLevelNodes() const | Document | slot |
| tryBarrierLock() | Document | slot |
| unlock() | Document | slot |
| VectorLayer | Document | friend |
| verticalGuides() const | Document | slot |
| View | Document | friend |
| waitForDone() | Document | slot |
| width() const | Document | slot |
| Window | Document | friend |
| xOffset() const | Document | slot |
| xRes() const | Document | slot |
| yOffset() const | Document | slot |
| yRes() const | Document | slot |
| ~Document() override | Document |