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

#include <LegendFormatProperties.h>

Inheritance diagram for SciFigs::LegendFormatProperties:
QGpGuiTools::PropertyWidget

List of all members.

Public Types

enum  Properties { Title, Font, LineSize, AdjustBox }

Public Member Functions

 LegendFormatProperties (QWidget *parent=0)

Member Enumeration Documentation

Enumerator:
Title 
Font 
LineSize 
AdjustBox 

Constructor & Destructor Documentation

Description of constructor still missing

References QGpGuiTools::PropertyWidget::addProperty(), AdjustBox, Font, LineSize, Title, and TRACE.

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

  addProperty(Title, title, titleLabel);
  addProperty(Font, title, fontLabel);
  addProperty(LineSize, lineSize, lineSizeLabel);
  addProperty(AdjustBox, adjustBox);
}

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