KTextEditor::DocumentInfoInterface Class Reference
#include <documentinfo.h>
Detailed Description
This is an interface for accessing information about files open in the Document, Plugin and PluginViewInterface classes.
Definition at line 34 of file documentinfo.h.
Public Member Functions | |
| DocumentInfoInterface () | |
| virtual | ~DocumentInfoInterface () |
| virtual QString | mimeType ()=0 |
| virtual long | fileSize ()=0 |
| virtual QString | niceFileSize ()=0 |
| unsigned int | documentInfoInterfaceNumber () const |
Protected Member Functions | |
| void | setDocumentInfoInterfaceDCOPSuffix (const QCString &suffix) |
Friends | |
| class | PrivateDocumentInterface |
The documentation for this class was generated from the following files:

