GlobeEngine
geViewer::LegendStyleObject Class Reference

#include <LegendStyleObject.h>

Inheritance diagram for geViewer::LegendStyleObject:

Signals

void nameChanged ()
 
void valueChanged ()
 
void patternChanged ()
 
void mainColorChanged ()
 

Public Member Functions

 LegendStyleObject (QObject *_parent=0)
 
 LegendStyleObject (const QString &_name, const QString &_value, const QString &_pattern, QColor _mainColor, QObject *_parent=0)
 
QString name () const
 
void setName (const QString &_name)
 
QString value () const
 
void setValue (const QString &_value)
 
QString pattern () const
 
void setPattern (const QString &_pattern)
 
QColor mainColor () const
 
void setMainColor (const QColor &_mainColor)
 

Properties

QString name
 
QString value
 
QString pattern
 
QColor mainColor
 

Constructor & Destructor Documentation

geViewer::LegendStyleObject::LegendStyleObject ( QObject *  _parent = 0)
geViewer::LegendStyleObject::LegendStyleObject ( const QString &  _name,
const QString &  _value,
const QString &  _pattern,
QColor  _mainColor,
QObject *  _parent = 0 
)

Member Function Documentation

QColor geViewer::LegendStyleObject::mainColor ( ) const
void geViewer::LegendStyleObject::mainColorChanged ( )
signal
QString geViewer::LegendStyleObject::name ( ) const
void geViewer::LegendStyleObject::nameChanged ( )
signal
QString geViewer::LegendStyleObject::pattern ( ) const
void geViewer::LegendStyleObject::patternChanged ( )
signal
void geViewer::LegendStyleObject::setMainColor ( const QColor &  _mainColor)
void geViewer::LegendStyleObject::setName ( const QString &  _name)
void geViewer::LegendStyleObject::setPattern ( const QString &  _pattern)
void geViewer::LegendStyleObject::setValue ( const QString &  _value)
QString geViewer::LegendStyleObject::value ( ) const
void geViewer::LegendStyleObject::valueChanged ( )
signal

Property Documentation

QColor geViewer::LegendStyleObject::mainColor
readwrite
QString geViewer::LegendStyleObject::name
readwrite
QString geViewer::LegendStyleObject::pattern
readwrite
QString geViewer::LegendStyleObject::value
readwrite

The documentation for this class was generated from the following files: