kword
TextFramePolicy Class Reference
#include <KWFrameView.h>
Inheritance diagram for TextFramePolicy:

Detailed Description
A policy for Text Frames.Definition at line 176 of file KWFrameView.h.
Public Member Functions | |
TextFramePolicy (KWFrameView *view) | |
MouseMeaning | mouseMeaning (const KoPoint &point, int keyState) |
QPopupMenu * | createPopup (const KoPoint &point, KWView *view) |
Member Function Documentation
MouseMeaning TextFramePolicy::mouseMeaning | ( | const KoPoint & | point, | |
int | keyState | |||
) | [virtual] |
Return the MouseMeaning enum value for the parent view.
- Parameters:
-
point the point where the mouse is hovering. keyState the bitmask of keys that are pressed. Same as Event::state();
Implements FramePolicy.
Definition at line 349 of file KWFrameView.cpp.
QPopupMenu * TextFramePolicy::createPopup | ( | const KoPoint & | point, | |
KWView * | view | |||
) | [virtual] |
Return a fully initialized popup for the context of frame at point
.
- Parameters:
-
point the point where the mouse is hovering. view the parent view widget
Implements FramePolicy.
Definition at line 367 of file KWFrameView.cpp.
The documentation for this class was generated from the following files: