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

Detailed Description
A policy for Image (aka Picture) Frames.
Definition at line 184 of file KWFrameView.h.
Public Member Functions | |
ImageFramePolicy (KWFrameView *view) | |
MouseMeaning | mouseMeaning (const KoPoint &point, int keyState) |
QPopupMenu * | createPopup (const KoPoint &point, KWView *view) |
Member Function Documentation
MouseMeaning ImageFramePolicy::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 460 of file KWFrameView.cpp.
QPopupMenu * ImageFramePolicy::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 465 of file KWFrameView.cpp.
The documentation for this class was generated from the following files: