33 #ifndef _pqBackgroundEditorWidget_h 34 #define _pqBackgroundEditorWidget_h 36 #include "pqApplicationComponentsModule.h" 49 bool gradientBackground()
const;
50 void setGradientBackground(
bool gradientBackground);
51 bool imageBackground()
const;
52 void setImageBackground(
bool imageBackground);
55 void gradientBackgroundChanged();
56 void imageBackgroundChanged();
62 void currentIndexChangedBackgroundType(
int type);
63 void clickedRestoreDefaultColor();
64 void clickedRestoreDefaultColor2();
70 void changeColor(
const char* propertyName);
71 void fireGradientAndImageChanged(
int oldType,
int newType);
75 Q_PROPERTY(
bool gradientBackground READ gradientBackground WRITE setGradientBackground)
76 Q_PROPERTY(
bool imageBackground READ imageBackground WRITE setImageBackground)
This is a PQ abstraction of a generic view module.
proxy for a VTK object(s) on a server