QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RTextProxy.h
Go to the documentation of this file.
1
20#ifndef RTEXTPROXY_H
21#define RTEXTPROXY_H
22
23#include "../core_global.h"
24
25//#include "RTextBasedData.h"
26
27class RTextBasedData;
28
29
37public:
38 virtual ~RTextProxy() {}
39
40 virtual QList<RTextBasedData> getSimpleTextBlocks(RTextBasedData& text) const = 0;
41};
42
43#endif
Stores and manages all data that defines the geometry and appearance of a text based entity (text,...
Definition RTextBasedData.h:68
Proxy for advanced text functionality.
Definition RTextProxy.h:36
virtual ~RTextProxy()
Definition RTextProxy.h:38
virtual QList< RTextBasedData > getSimpleTextBlocks(RTextBasedData &text) const =0
#define QCADCORE_EXPORT
Definition core_global.h:10