#include "pqArraysEditorPropertyWidget.h"
#include "pqEditComponents.h"
#include <vtkPVArrayInformation.h>
#include <vtkPVDataInformation.h>
#include <vtkPVDataSetAttributesInformation.h>
#include <vtkSMPropertyGroup.h>
#include <vtkSMSourceProxy.h>
#include <vtkSMUncheckedPropertyHelper.h>
#include <QAbstractTableModel>
#include <QApplication>
#include <QCheckBox>
#include <QDialog>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QPushButton>
#include <QSpacerItem>
#include <QTableView>
#include <QVBoxLayout>
#include <limits>
Data Structures | |
class | pqComponentsModel |
Table model for the components table. More... | |
class | pqArraysModel |
Table model for the array's table. More... | |
struct | pqArraysModel::ArrayInfo |