kspread
KSpread::InsertHandler Class Reference
#include <kspread_handler.h>
Inherits KoEventHandler.
Inherited by KSpread::InsertChartHandler, KSpread::InsertPartHandler, and KSpread::InsertPictureHandler.
Detailed Description
This event handler is used to insert a new part.The event handler takes care of selecting the rectangle at which the new part will appear.
Definition at line 28 of file kspread_handler.h.
Public Member Functions | |
InsertHandler (View *view, QWidget *widget) | |
virtual HandlerType | getType ()=0 |
Protected Member Functions | |
bool | eventFilter (QObject *, QEvent *) |
virtual void | insertObject (QRect)=0 |
Protected Attributes | |
View * | m_view |
QPoint | m_geometryStart |
QPoint | m_geometryEnd |
bool | m_started |
bool | m_clicked |
The documentation for this class was generated from the following files: