OMC::Node_Colour Class Reference

Detailed Description

Represents and provides the methods for the colour of a node.

Public Member Functions

void reset ()
 
virtual std::string __str__ () const override
 

Public Attributes

int r
 Get and set the red value of the node 0-255.
 
int g
 Get and set the green value of the node 0-255.
 
QString hex
 Get and set the hex value of the node in form #FFFFFF.
 

Protected Member Functions

void validate () const override
 

Member Function Documentation

◆ __str__()

virtual std::string OMC::Node_Colour::__str__ ( ) const
overridevirtual

Converts the node into a string.

◆ reset()

void OMC::Node_Colour::reset ( )

Resets the colour of the node back to its default value.

Inheritance diagram for OMC::Node_Colour:
Collaboration diagram for OMC::Node_Colour: