GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
text_element_color Class Reference

#include "txt-eng.h"

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

Public Member Functions

 text_element_color (double r, double g, double b)
 
 text_element_color (const std::string &cname)
 
 ~text_element_color (void)
 
void accept (text_processor &p)
 
Matrix get_color (void)
 

Private Attributes

Matrix rgb
 

Detailed Description

Definition at line 270 of file txt-eng.h.

Constructor & Destructor Documentation

text_element_color::text_element_color ( double  r,
double  g,
double  b 
)
inline

Definition at line 275 of file txt-eng.h.

text_element_color::text_element_color ( const std::string &  cname)
inline

Definition at line 283 of file txt-eng.h.

References ASSIGN_COLOR.

text_element_color::~text_element_color ( void  )
inline

Definition at line 301 of file txt-eng.h.

Member Function Documentation

void text_element_color::accept ( text_processor p)
inlinevirtual

Implements text_element.

Definition at line 367 of file txt-eng.h.

Matrix text_element_color::get_color ( void  )
inline

Definition at line 303 of file txt-eng.h.

Referenced by ft_render::visit().

Member Data Documentation

Matrix text_element_color::rgb
private

Definition at line 308 of file txt-eng.h.


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