All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <GraphicSheetProperties.h>
Public Types | |
enum | Properties { Transparency, TransparentMask } |
Public Member Functions | |
GraphicSheetProperties (QWidget *parent=0) |
Brief description of class still missing.
Full description of class still missing
SciFigs::GraphicSheetProperties::GraphicSheetProperties | ( | QWidget * | parent = 0 | ) |
Description of constructor still missing
References QGpGuiTools::PropertyWidget::addProperty(), Transparency, and TransparentMask.
: PropertyWidget(parent) { setupUi(this); // Create properties addProperty(Transparency, transparency, transparencyLabel); addProperty(TransparentMask, transparentMask); }