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

Detailed Description
This base class is an interface for Policies used in the KWFrameView.
Definition at line 36 of file KWFrameView.h.
Public Member Functions | |
FramePolicy (KWFrameView *view) | |
virtual MouseMeaning | mouseMeaning (const KoPoint &point, int keyState)=0 |
virtual QPopupMenu * | createPopup (const KoPoint &point, KWView *view)=0 |
virtual void | setSelected (MouseMeaning) |
Protected Member Functions | |
virtual MouseMeaning | mouseMeaningOnBorder (const KoPoint &point, int keyState) |
void | addFloatingAction (KWView *view, QPtrList< KAction > &actionList) |
Protected Attributes | |
KWFrameView * | m_view |
KActionSeparator * | m_separator |
Friends | |
class | KWFrameView |
Constructor & Destructor Documentation
|
Constructor.
Definition at line 177 of file KWFrameView.cpp. |
Member Function Documentation
|
Shared method for all policies to add the 'set floating' action to a popup menu.
Definition at line 181 of file KWFrameView.cpp. |
|
Return a fully initialized popup for the context of frame at
Implemented in TableFramePolicy, PartFramePolicy, TextFramePolicy, and ImageFramePolicy. |
|
Return the MouseMeaning enum value for the parent view.
Implemented in TableFramePolicy, PartFramePolicy, TextFramePolicy, and ImageFramePolicy. |
|
Shared method for all policies called when the border of the frame is clicked.
Reimplemented in TableFramePolicy. Definition at line 193 of file KWFrameView.cpp. |
|
Override this method to do more than select the parent frame-view.
Reimplemented in TableFramePolicy. Definition at line 55 of file KWFrameView.h. |
The documentation for this class was generated from the following files: