interfaces
KTextEditor::DynWordWrapInterface Class Reference
This is an interface for accessing dynamic word wrapping functionality of the View class. More...
#include <dynwordwrapinterface.h>
Public Member Functions | |
virtual bool | dynWordWrap () const =0 |
DynWordWrapInterface () | |
unsigned int | dynWordWrapInterfaceNumber () const |
virtual void | setDynWordWrap (bool)=0 |
virtual | ~DynWordWrapInterface () |
Protected Member Functions | |
void | setDynWordWrapInterfaceDCOPSuffix (const QCString &suffix) |
Detailed Description
This is an interface for accessing dynamic word wrapping functionality of the View class.Definition at line 34 of file dynwordwrapinterface.h.
Constructor & Destructor Documentation
DynWordWrapInterface::DynWordWrapInterface | ( | ) |
Definition at line 40 of file dynwordwrapinterface.cpp.
DynWordWrapInterface::~DynWordWrapInterface | ( | ) | [virtual] |
Definition at line 48 of file dynwordwrapinterface.cpp.
Member Function Documentation
virtual bool KTextEditor::DynWordWrapInterface::dynWordWrap | ( | ) | const [pure virtual] |
unsigned int DynWordWrapInterface::dynWordWrapInterfaceNumber | ( | ) | const |
Definition at line 53 of file dynwordwrapinterface.cpp.
virtual void KTextEditor::DynWordWrapInterface::setDynWordWrap | ( | bool | ) | [pure virtual] |
void DynWordWrapInterface::setDynWordWrapInterfaceDCOPSuffix | ( | const QCString & | suffix | ) | [protected] |
Definition at line 58 of file dynwordwrapinterface.cpp.
The documentation for this class was generated from the following files: