Warning, file /office/calligra/libs/flake/KoTosContainer_p.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef KOTOSCONTAINER_P_H
0002 #define KOTOSCONTAINER_P_H
0003 
0004 #include "KoShapeContainer_p.h"
0005 
0006 #include "KoTosContainer.h"
0007 
0008 class KoTosContainerPrivate : public KoShapeContainerPrivate
0009 {
0010 public:
0011 
0012     explicit KoTosContainerPrivate(KoShapeContainer *q);
0013 
0014     ~KoTosContainerPrivate() override;
0015 
0016     KoTosContainer::ResizeBehavior resizeBehavior;
0017     QRectF preferredTextRect;
0018     Qt::Alignment alignment;
0019 };
0020 
0021 #endif // KOTOSCONTAINER_P_H