kplato
KPlato::Part Class Reference
List of all members.Detailed Description
Definition at line 47 of file kptpart.h.
Public Member Functions | |
| Part (QWidget *parentWidget=0, const char *widgetName=0, QObject *parent=0, const char *name=0, bool singleViewMode=false) | |
| ~Part () | |
| virtual void | paintContent (QPainter &painter, const QRect &rect, bool transparent=FALSE, double zoomX=1.0, double zoomY=1.0) |
| virtual bool | initDoc (InitDocFlags flags, QWidget *parentWidget=0) |
| void | editProject () |
| Project & | getProject () |
| const Project & | getProject () const |
| virtual bool | loadXML (QIODevice *, const QDomDocument &document) |
| virtual QDomDocument | saveXML () |
| bool | saveOasis (KoStore *, KoXmlWriter *) |
| bool | loadOasis (const QDomDocument &, KoOasisStyles &, const QDomDocument &, KoStore *) |
| void | addCommand (KCommand *cmd, bool execute=true) |
| void | setCommandType (int type) |
| Config & | config () |
| void | generateWBS () |
| WBSDefinition & | wbsDefinition () |
| const XMLLoaderObject & | xmlLoader () const |
Protected Slots | |
| void | slotDocumentRestored () |
| void | slotCommandExecuted () |
| void | slotCopyContextFromView () |
| void | slotViewDestroyed () |
Protected Member Functions | |
| virtual KoView * | createViewInstance (QWidget *parent, const char *name) |
Member Function Documentation
| void KPlato::Part::editProject | ( | ) |
The documentation for this class was generated from the following files:

