kformula/flake

KoFormulaShapePlugin Class Reference

A plugin for the formula shape and tool. More...

#include <KoFormulaShapePlugin.h>

Inheritance diagram for KoFormulaShapePlugin:

List of all members.

Public Member Functions

 KoFormulaShapePlugin (QObject *parent, const QStringList &)
 ~KoFormulaShapePlugin ()

Detailed Description

A plugin for the formula shape and tool.

This class implements a formula plugin that is loadable by any flake supporting KOffice application. It only contains a destructor and a constructor where the latter has code in it. All functionality has to be in the constructor. In the constructor the plugin registers a shape and a tool in the KoShapeRegistry so that the applications "know" that the formula plugin exists.

Definition at line 34 of file KoFormulaShapePlugin.h.


Constructor & Destructor Documentation

KoFormulaShapePlugin::KoFormulaShapePlugin ( QObject parent,
const QStringList  
)
KoFormulaShapePlugin::~KoFormulaShapePlugin (  ) 

Definition at line 38 of file KoFormulaShapePlugin.cpp.


The documentation for this class was generated from the following files: