GNU Octave  4.2.1
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 Types | Public Member Functions | Private Attributes | List of all members
text_element_symbol Class Reference

#include "txt-eng.h"

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

Public Types

enum  { invalid_code = 0xFFFFFFFFU }
 

Public Member Functions

 text_element_symbol (int sym)
 
 ~text_element_symbol (void)
 
void accept (text_processor &p)
 
int get_symbol (void) const
 
uint32_t get_symbol_code (void) const
 

Private Attributes

int symbol
 

Detailed Description

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

Member Enumeration Documentation

anonymous enum
Enumerator
invalid_code 

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

Constructor & Destructor Documentation

text_element_symbol::text_element_symbol ( int  sym)
inline

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

text_element_symbol::~text_element_symbol ( void  )
inline

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

Member Function Documentation

void text_element_symbol::accept ( text_processor p)
inlinevirtual

Implements text_element.

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

int text_element_symbol::get_symbol ( void  ) const
inline

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

Referenced by octave::ft_text_renderer::visit().

uint32_t text_element_symbol::get_symbol_code ( void  ) const

Definition at line 31 of file txt-eng.cc.

References code, invalid_code, num_symbol_codes, symbol, and symbol_codes.

Referenced by octave::ft_text_renderer::visit().

Member Data Documentation

int text_element_symbol::symbol
private

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

Referenced by get_symbol_code().


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