All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Types | Public Member Functions
SciFigs::GraphicObjectIdProperties Class Reference

#include <GraphicObjectIdProperties.h>

Inheritance diagram for SciFigs::GraphicObjectIdProperties:
QGpGuiTools::PropertyWidget

List of all members.

Public Types

enum  Properties { Name, Type }

Public Member Functions

 GraphicObjectIdProperties (QWidget *parent=0)

Member Enumeration Documentation

Enumerator:
Name 
Type 
{Name, Type};

Constructor & Destructor Documentation

References QGpGuiTools::PropertyWidget::addProperty(), Name, TRACE, and Type.

    : PropertyWidget(parent)
{
  TRACE;
  setupUi(this);

  // Create properties
  addProperty(Name, nameEdit, nameLabel);
  addProperty(Type, objectType, objectTypeLabel);
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines