Krita Source Code Documentation
Loading...
Searching...
No Matches
KoTosContainer::Private Class Reference

#include <KoTosContainer_p.h>

+ Inheritance diagram for KoTosContainer::Private:

Public Member Functions

 Private ()
 
 Private (const Private &rhs)
 
virtual ~Private ()
 

Public Attributes

Qt::Alignment alignment
 
QRectF preferredTextRect
 
KoTosContainer::ResizeBehavior resizeBehavior
 

Detailed Description

Definition at line 15 of file KoTosContainer_p.h.

Constructor & Destructor Documentation

◆ Private() [1/2]

KoTosContainer::Private::Private ( )
explicit

Definition at line 24 of file KoTosContainer.cpp.

25 : QSharedData()
27{
28}
KoTosContainer::ResizeBehavior resizeBehavior
@ IndependentSizes
The text can get bigger than the content.

◆ Private() [2/2]

KoTosContainer::Private::Private ( const Private & rhs)
explicit

Definition at line 30 of file KoTosContainer.cpp.

31 : QSharedData()
32 , resizeBehavior(rhs.resizeBehavior)
33 , preferredTextRect(rhs.preferredTextRect)
34 , alignment(rhs.alignment)
35{
36}

◆ ~Private()

KoTosContainer::Private::~Private ( )
virtual

Definition at line 38 of file KoTosContainer.cpp.

39{
40}

Member Data Documentation

◆ alignment

Qt::Alignment KoTosContainer::Private::alignment

Definition at line 26 of file KoTosContainer_p.h.

◆ preferredTextRect

QRectF KoTosContainer::Private::preferredTextRect

Definition at line 25 of file KoTosContainer_p.h.

◆ resizeBehavior

KoTosContainer::ResizeBehavior KoTosContainer::Private::resizeBehavior

Definition at line 24 of file KoTosContainer_p.h.


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