|
ParaView
|
pqSpreadSheetViewDecorator adds decoration to a spread-sheet view. More...
#include <pqSpreadSheetViewDecorator.h>

Public Member Functions | |
| pqSpreadSheetViewDecorator (pqSpreadSheetView *view) | |
| ~pqSpreadSheetViewDecorator () | |
Protected Slots | |
| void | currentIndexChanged (pqOutputPort *) |
| void | showing (pqDataRepresentation *) |
| void | displayPrecisionChanged (int) |
Protected Attributes | |
| pqSpreadSheetView * | Spreadsheet |
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.
| pqSpreadSheetViewDecorator::pqSpreadSheetViewDecorator | ( | pqSpreadSheetView * | view | ) |
| pqSpreadSheetViewDecorator::~pqSpreadSheetViewDecorator | ( | ) |
| void pqSpreadSheetViewDecorator::currentIndexChanged | ( | pqOutputPort * | ) | [protected, slot] |
| void pqSpreadSheetViewDecorator::showing | ( | pqDataRepresentation * | ) | [protected, slot] |
| void pqSpreadSheetViewDecorator::displayPrecisionChanged | ( | int | ) | [protected, slot] |
pqSpreadSheetView* pqSpreadSheetViewDecorator::Spreadsheet [protected] |
Definition at line 60 of file pqSpreadSheetViewDecorator.h.
1.7.5.1