Public Slots | Public Member Functions | Protected Attributes | List of all members
pqDisplayPanel Class Reference

Widget which provides an editor for the properties of a representation. More...

#include <pqDisplayPanel.h>

Inherits QWidget.

Public Slots

virtual void reloadGUI ()
 TODO: get rid of this function once the server manager can inform us of Representation property changes. More...
 
virtual void updateAllViews ()
 Requests update on all views the Representation is visible in. More...
 
virtual void dataUpdated ()
 Called when the data information has changed. More...
 

Public Member Functions

 pqDisplayPanel (pqRepresentation *Representation, QWidget *p=nullptr)
 constructor More...
 
 ~pqDisplayPanel () override
 destructor More...
 
pqRepresentationgetRepresentation ()
 get the proxy for which properties are displayed More...
 

Protected Attributes

QPointer< pqRepresentationRepresentation
 

Detailed Description

Widget which provides an editor for the properties of a representation.

Definition at line 16 of file pqDisplayPanel.h.

Constructor & Destructor Documentation

◆ pqDisplayPanel()

pqDisplayPanel::pqDisplayPanel ( pqRepresentation Representation,
QWidget *  p = nullptr 
)

constructor

◆ ~pqDisplayPanel()

pqDisplayPanel::~pqDisplayPanel ( )
override

destructor

Member Function Documentation

◆ getRepresentation()

pqRepresentation* pqDisplayPanel::getRepresentation ( )

get the proxy for which properties are displayed

◆ reloadGUI

virtual void pqDisplayPanel::reloadGUI ( )
virtualslot

TODO: get rid of this function once the server manager can inform us of Representation property changes.

◆ updateAllViews

virtual void pqDisplayPanel::updateAllViews ( )
virtualslot

Requests update on all views the Representation is visible in.

◆ dataUpdated

virtual void pqDisplayPanel::dataUpdated ( )
virtualslot

Called when the data information has changed.

Member Data Documentation

◆ Representation

QPointer<pqRepresentation> pqDisplayPanel::Representation
protected

Definition at line 52 of file pqDisplayPanel.h.


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