GNU Octave  3.8.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 Member Functions | Private Attributes | List of all members
text_element_fontname Class Reference

#include "txt-eng.h"

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

Public Member Functions

 text_element_fontname (const std::string &fname)
 ~text_element_fontname (void)
void accept (text_processor &p)
const std::string & get_fontname (void) const

Private Member Functions

 text_element_fontname (void)

Private Attributes

std::string name

Detailed Description

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

Constructor & Destructor Documentation

text_element_fontname::text_element_fontname ( const std::string &  fname)
inline

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

text_element_fontname::~text_element_fontname ( void  )
inline

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

text_element_fontname::text_element_fontname ( void  )
private

Member Function Documentation

void text_element_fontname::accept ( text_processor p)
inlinevirtual

Implements text_element.

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

const std::string& text_element_fontname::get_fontname ( void  ) const
inline

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

Referenced by ft_render::visit().

Member Data Documentation

std::string text_element_fontname::name
private

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


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