ParaView
Public Member Functions | Protected Slots | Protected Attributes | Properties | List of all members
pqSpreadSheetViewDecorator Class Reference

pqSpreadSheetViewDecorator adds decoration to a spread-sheet view. More...

#include <pqSpreadSheetViewDecorator.h>

Inherits QObject.

Collaboration diagram for pqSpreadSheetViewDecorator:
Collaboration graph
[legend]

Public Member Functions

 pqSpreadSheetViewDecorator (pqSpreadSheetView *view)
 
 ~pqSpreadSheetViewDecorator ()
 
bool allowChangeOfSource () const
 Returns whether the user should allowed to interactive change the source. More...
 
void setAllowChangeOfSource (bool val)
 Set whether the user should be allowed to change the source interactively. More...
 

Protected Slots

void currentIndexChanged (pqOutputPort *)
 
void showing (pqDataRepresentation *)
 
void displayPrecisionChanged (int)
 
void showToggleColumnPopupMenu ()
 
void resetColumnVisibility ()
 
void updateColumnVisibility ()
 
void toggleCellConnectivity ()
 

Protected Attributes

pqSpreadSheetViewSpreadsheet
 

Properties

bool allowChangeOfSource
 

Detailed Description

pqSpreadSheetViewDecorator adds decoration to a spread-sheet view.

This includes widgets that allows changing the currently shown source/field etc. To use the decorator, simply instantiate a new decorator for every new instance of pqSpreadSheetView.

Definition at line 46 of file pqSpreadSheetViewDecorator.h.

Constructor & Destructor Documentation

§ pqSpreadSheetViewDecorator()

pqSpreadSheetViewDecorator::pqSpreadSheetViewDecorator ( pqSpreadSheetView view)

§ ~pqSpreadSheetViewDecorator()

pqSpreadSheetViewDecorator::~pqSpreadSheetViewDecorator ( )

Member Function Documentation

§ allowChangeOfSource()

bool pqSpreadSheetViewDecorator::allowChangeOfSource ( ) const

Returns whether the user should allowed to interactive change the source.

being shown in the view. true by default.

§ setAllowChangeOfSource()

void pqSpreadSheetViewDecorator::setAllowChangeOfSource ( bool  val)

Set whether the user should be allowed to change the source interactively.

§ currentIndexChanged

void pqSpreadSheetViewDecorator::currentIndexChanged ( pqOutputPort )
protectedslot

§ showing

void pqSpreadSheetViewDecorator::showing ( pqDataRepresentation )
protectedslot

§ displayPrecisionChanged

void pqSpreadSheetViewDecorator::displayPrecisionChanged ( int  )
protectedslot

§ showToggleColumnPopupMenu

void pqSpreadSheetViewDecorator::showToggleColumnPopupMenu ( )
protectedslot

§ resetColumnVisibility

void pqSpreadSheetViewDecorator::resetColumnVisibility ( )
protectedslot

§ updateColumnVisibility

void pqSpreadSheetViewDecorator::updateColumnVisibility ( )
protectedslot

§ toggleCellConnectivity

void pqSpreadSheetViewDecorator::toggleCellConnectivity ( )
protectedslot

Member Data Documentation

§ Spreadsheet

pqSpreadSheetView* pqSpreadSheetViewDecorator::Spreadsheet
protected

Definition at line 72 of file pqSpreadSheetViewDecorator.h.

Property Documentation

§ allowChangeOfSource

bool pqSpreadSheetViewDecorator::allowChangeOfSource
readwrite

Definition at line 50 of file pqSpreadSheetViewDecorator.h.


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