36 friend class PrivateDynWordWrapInterface;
42 unsigned int dynWordWrapInterfaceNumber ()
const;
45 void setDynWordWrapInterfaceDCOPSuffix (
const TQCString &suffix);
51 virtual void setDynWordWrap (
bool) = 0;
52 virtual bool dynWordWrap ()
const = 0;
55 class PrivateDynWordWrapInterface *d;
56 static unsigned int globalDynWordWrapInterfaceNumber;
57 unsigned int myDynWordWrapInterfaceNumber;
This is an interface for accessing dynamic word wrapping functionality of the View class.
The View class represents a single view of a Document .
KTextEditor is KDE's standard text editing KPart interface.