pqViewFrameActionsInterface is an interface used by pqMultiViewWidget to add actions/toolbuttons to pqViewFrame placed in a pqMultiViewWidget. More...
#include <pqViewFrameActionsInterface.h>
Public Member Functions | |
virtual | ~pqViewFrameActionsInterface () |
virtual void | frameConnected (pqViewFrame *frame, pqView *view)=0 |
This method is called after a frame is assigned to a view. More... | |
pqViewFrameActionsInterface is an interface used by pqMultiViewWidget to add actions/toolbuttons to pqViewFrame placed in a pqMultiViewWidget.
Thus, if you want to customize the buttons shown at the top of a view frame in your application/plugin, this is the interface to implement.
Definition at line 19 of file pqViewFrameActionsInterface.h.
|
virtual |
|
pure virtual |
This method is called after a frame is assigned to a view.
The view may be nullptr, indicating the frame has been assigned to an empty view. Frames are never reused (except a frame assigned to an empty view).
Implemented in pqStandardViewFrameActionsImplementation.