COVISE Core
Public Member Functions | Private Attributes | List of all members
WSColorParameter Class Reference

#include <WSColorParameter.h>

Inheritance diagram for WSColorParameter:
Inheritance graph
[legend]
Collaboration diagram for WSColorParameter:
Collaboration graph
[legend]

Public Member Functions

 WSColorParameter ()
 
 ~WSColorParameter ()
 
void setValue (QString inValue)
 
QString getRed ()
 
void setGreen (QString inValue)
 
QString getGreen ()
 
void setBlue (QString inValue)
 
QString getBlue ()
 
void setAlpha (QString inValue)
 
QString getAlpha ()
 

Private Attributes

QString red
 
QString green
 
QString blue
 
QString alpha
 

Constructor & Destructor Documentation

◆ WSColorParameter()

WSColorParameter::WSColorParameter ( )

◆ ~WSColorParameter()

WSColorParameter::~WSColorParameter ( )

Member Function Documentation

◆ getAlpha()

QString WSColorParameter::getAlpha ( )
inline

Get the value of the parameter

Returns
alpha

◆ getBlue()

QString WSColorParameter::getBlue ( )
inline

Get the value of the parameter

Returns
blue

◆ getGreen()

QString WSColorParameter::getGreen ( )
inline

Get the value of the parameter

Returns
green

◆ getRed()

QString WSColorParameter::getRed ( )
inline

Get the value of the parameter

Returns
red

◆ setAlpha()

void WSColorParameter::setAlpha ( QString  inValue)
inline

Set the value of the parameter

Parameters
inValueThe new value of alpha

◆ setBlue()

void WSColorParameter::setBlue ( QString  inValue)
inline

Set the value of the parameter

Parameters
inValueThe new value of blue

◆ setGreen()

void WSColorParameter::setGreen ( QString  inValue)
inline

Set the value of the parameter

Parameters
inValueThe new value of green

◆ setValue()

void WSColorParameter::setValue ( QString  inValue)
inline

Set the value of the parameter

Parameters
inValueThe new value of red

Member Data Documentation

◆ alpha

QString WSColorParameter::alpha
private

◆ blue

QString WSColorParameter::blue
private

◆ green

QString WSColorParameter::green
private

◆ red

QString WSColorParameter::red
private

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