Krita Source Code Documentation
Loading...
Searching...
No Matches
KoTextShapeDataBasePrivate Class Reference

#include <KoTextShapeDataBase_p.h>

Public Member Functions

 KoTextShapeDataBasePrivate ()
 
 KoTextShapeDataBasePrivate (const KoTextShapeDataBasePrivate &rhs)
 
virtual ~KoTextShapeDataBasePrivate ()
 

Public Attributes

QScopedPointer< QTextDocument > document
 
KoInsets margins
 
KoTextShapeDataBase::ResizeMethod resizeMethod
 
Qt::Alignment textAlignment
 

Detailed Description

Definition at line 15 of file KoTextShapeDataBase_p.h.

Constructor & Destructor Documentation

◆ KoTextShapeDataBasePrivate() [1/2]

KoTextShapeDataBasePrivate::KoTextShapeDataBasePrivate ( )

Definition at line 12 of file KoTextShapeDataBase.cpp.

13 : textAlignment(Qt::AlignLeft | Qt::AlignTop)
15{
16}
KoTextShapeDataBase::ResizeMethod resizeMethod
@ NoResize
Deactivates auto-resizing. This is the default resizing method.

◆ ~KoTextShapeDataBasePrivate()

KoTextShapeDataBasePrivate::~KoTextShapeDataBasePrivate ( )
virtual

Definition at line 26 of file KoTextShapeDataBase.cpp.

27{
28}

◆ KoTextShapeDataBasePrivate() [2/2]

KoTextShapeDataBasePrivate::KoTextShapeDataBasePrivate ( const KoTextShapeDataBasePrivate & rhs)

Definition at line 18 of file KoTextShapeDataBase.cpp.

19 : document(rhs.document->clone()),
20 margins(rhs.margins),
23{
24}
QScopedPointer< QTextDocument > document

Member Data Documentation

◆ document

QScopedPointer<QTextDocument> KoTextShapeDataBasePrivate::document

Definition at line 23 of file KoTextShapeDataBase_p.h.

◆ margins

KoInsets KoTextShapeDataBasePrivate::margins

Definition at line 24 of file KoTextShapeDataBase_p.h.

◆ resizeMethod

KoTextShapeDataBase::ResizeMethod KoTextShapeDataBasePrivate::resizeMethod

Definition at line 26 of file KoTextShapeDataBase_p.h.

◆ textAlignment

Qt::Alignment KoTextShapeDataBasePrivate::textAlignment

Definition at line 25 of file KoTextShapeDataBase_p.h.


The documentation for this class was generated from the following files: