Public Member Functions | List of all members
pqViewFrameActionsInterface Class Referenceabstract

pqViewFrameActionsInterface is an interface used by pqMultiViewWidget to add actions/toolbuttons to pqViewFrame placed in a pqMultiViewWidget. More...

#include <pqViewFrameActionsInterface.h>

Inheritance diagram for pqViewFrameActionsInterface:
Inheritance graph
[legend]

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...
 

Detailed Description

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 47 of file pqViewFrameActionsInterface.h.

Constructor & Destructor Documentation

◆ ~pqViewFrameActionsInterface()

virtual pqViewFrameActionsInterface::~pqViewFrameActionsInterface ( )
virtual

Member Function Documentation

◆ frameConnected()

virtual void pqViewFrameActionsInterface::frameConnected ( pqViewFrame frame,
pqView view 
)
pure virtual

This method is called after a frame is assigned to a view.

The view may be NULL, 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.


The documentation for this class was generated from the following file: