interfaces
KTextEditor::DocumentInfoInterface Class Reference
This is an interface for accessing information about files open in the Document, Plugin and PluginViewInterface classes. More...
#include <documentinfo.h>
Public Member Functions | |
| DocumentInfoInterface () | |
| unsigned int | documentInfoInterfaceNumber () const |
| virtual long | fileSize ()=0 |
| virtual QString | mimeType ()=0 |
| virtual QString | niceFileSize ()=0 |
| virtual | ~DocumentInfoInterface () |
Protected Member Functions | |
| void | setDocumentInfoInterfaceDCOPSuffix (const QCString &suffix) |
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.
Constructor & Destructor Documentation
| DocumentInfoInterface::DocumentInfoInterface | ( | ) |
Definition at line 41 of file documentinfo.cpp.
| DocumentInfoInterface::~DocumentInfoInterface | ( | ) | [virtual] |
Definition at line 51 of file documentinfo.cpp.
Member Function Documentation
| unsigned int DocumentInfoInterface::documentInfoInterfaceNumber | ( | ) | const |
Definition at line 57 of file documentinfo.cpp.
| virtual long KTextEditor::DocumentInfoInterface::fileSize | ( | ) | [pure virtual] |
| virtual QString KTextEditor::DocumentInfoInterface::mimeType | ( | ) | [pure virtual] |
| virtual QString KTextEditor::DocumentInfoInterface::niceFileSize | ( | ) | [pure virtual] |
| void DocumentInfoInterface::setDocumentInfoInterfaceDCOPSuffix | ( | const QCString & | suffix | ) | [protected] |
Definition at line 62 of file documentinfo.cpp.
The documentation for this class was generated from the following files:
KDE 3.5 API Reference