![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <memory>#include <string>#include "base-list.h"#include "caseless-str.h"#include "dMatrix.h"

Go to the source code of this file.
Classes | |
| class | text_element |
| class | text_element_color |
| class | text_element_combined |
| class | text_element_fontname |
| class | text_element_fontsize |
| class | text_element_fontstyle |
| class | text_element_list |
| class | text_element_string |
| class | text_element_subscript |
| class | text_element_superscript |
| class | text_element_symbol |
| class | text_parser |
| class | text_parser_none |
| class | text_parser_tex |
| class | text_processor |
Macros | |
| #define | ASSIGN_COLOR(r, g, b) { rgb(0) = r; rgb(1) = g; rgb(2) = b; } |
| #define | TEXT_ELEMENT_ACCEPT(cls) |
| #define ASSIGN_COLOR | ( | r, | |
| g, | |||
| b | |||
| ) | { rgb(0) = r; rgb(1) = g; rgb(2) = b; } |
Referenced by text_element_color::text_element_color().
| #define TEXT_ELEMENT_ACCEPT | ( | cls | ) |
1.8.1.2