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 Attributes | List of all members
graphics_toolkit Class Reference

#include "graphics.h"

Collaboration diagram for graphics_toolkit:
Collaboration graph
[legend]

Public Member Functions

 graphics_toolkit (void)
 graphics_toolkit (void)
 graphics_toolkit (base_graphics_toolkit *b)
 graphics_toolkit (base_graphics_toolkit *b)
 graphics_toolkit (const graphics_toolkit &b)
 graphics_toolkit (const graphics_toolkit &b)
 ~graphics_toolkit (void)
 ~graphics_toolkit (void)
void close (void)
void close (void)
void finalize (const graphics_object &go)
void finalize (const graphics_object &go)
void finalize (const graphics_handle &h)
void finalize (const graphics_handle &h)
Matrix get_canvas_size (const graphics_handle &fh) const
Matrix get_canvas_size (const graphics_handle &fh) const
std::string get_name (void) const
std::string get_name (void) const
double get_screen_resolution (void) const
double get_screen_resolution (void) const
Matrix get_screen_size (void) const
Matrix get_screen_size (void) const
bool initialize (const graphics_object &go)
bool initialize (const graphics_object &go)
bool initialize (const graphics_handle &h)
bool initialize (const graphics_handle &h)
 operator bool (void) const
 operator bool (void) const
graphics_toolkitoperator= (const graphics_toolkit &b)
graphics_toolkitoperator= (const graphics_toolkit &b)
void print_figure (const graphics_object &go, const std::string &term, const std::string &file, bool mono, const std::string &debug_file="") const
void print_figure (const graphics_object &go, const std::string &term, const std::string &file, bool mono, const std::string &debug_file="") const
void redraw_figure (const graphics_object &go) const
void redraw_figure (const graphics_object &go) const
void update (const graphics_object &go, int id)
void update (const graphics_object &go, int id)
void update (const graphics_handle &h, int id)
void update (const graphics_handle &h, int id)

Private Attributes

base_graphics_toolkitrep

Detailed Description

Definition at line 2123 of file graphics.h.

Constructor & Destructor Documentation

graphics_toolkit::graphics_toolkit ( void  )
inline

Definition at line 2126 of file graphics.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( base_graphics_toolkit b)
inline

Definition at line 2132 of file graphics.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( const graphics_toolkit b)
inline

Definition at line 2138 of file graphics.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::~graphics_toolkit ( void  )
inline

Definition at line 2144 of file graphics.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( void  )
inline

Definition at line 2124 of file graphics.in.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( base_graphics_toolkit b)
inline

Definition at line 2130 of file graphics.in.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( const graphics_toolkit b)
inline

Definition at line 2136 of file graphics.in.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::~graphics_toolkit ( void  )
inline

Definition at line 2142 of file graphics.in.h.

References base_graphics_toolkit::count, and rep.

Member Function Documentation

void graphics_toolkit::close ( void  )
inline

Definition at line 2207 of file graphics.in.h.

References base_graphics_toolkit::close(), and rep.

void graphics_toolkit::close ( void  )
inline

Definition at line 2209 of file graphics.h.

References base_graphics_toolkit::close(), and rep.

void graphics_toolkit::finalize ( const graphics_object go)
inline

Definition at line 2200 of file graphics.in.h.

References base_graphics_toolkit::finalize(), and rep.

void graphics_toolkit::finalize ( const graphics_object go)
inline

Definition at line 2202 of file graphics.h.

References base_graphics_toolkit::finalize(), and rep.

Referenced by base_graphics_object::finalize().

void graphics_toolkit::finalize ( const graphics_handle h)
inline

Definition at line 2203 of file graphics.in.h.

References base_graphics_toolkit::finalize(), and rep.

void graphics_toolkit::finalize ( const graphics_handle h)
inline

Definition at line 2205 of file graphics.h.

References base_graphics_toolkit::finalize(), and rep.

Matrix graphics_toolkit::get_canvas_size ( const graphics_handle fh) const
inline

Definition at line 2174 of file graphics.in.h.

References base_graphics_toolkit::get_canvas_size(), and rep.

Matrix graphics_toolkit::get_canvas_size ( const graphics_handle fh) const
inline

Definition at line 2176 of file graphics.h.

References base_graphics_toolkit::get_canvas_size(), and rep.

std::string graphics_toolkit::get_name ( void  ) const
inline

Definition at line 2164 of file graphics.in.h.

References base_graphics_toolkit::get_name(), and rep.

std::string graphics_toolkit::get_name ( void  ) const
inline
double graphics_toolkit::get_screen_resolution ( void  ) const
inline

Definition at line 2177 of file graphics.in.h.

References base_graphics_toolkit::get_screen_resolution(), and rep.

double graphics_toolkit::get_screen_resolution ( void  ) const
inline

Definition at line 2179 of file graphics.h.

References base_graphics_toolkit::get_screen_resolution(), and rep.

Matrix graphics_toolkit::get_screen_size ( void  ) const
inline

Definition at line 2180 of file graphics.in.h.

References base_graphics_toolkit::get_screen_size(), and rep.

Matrix graphics_toolkit::get_screen_size ( void  ) const
inline

Definition at line 2182 of file graphics.h.

References base_graphics_toolkit::get_screen_size(), and rep.

bool graphics_toolkit::initialize ( const graphics_object go)
inline

Definition at line 2191 of file graphics.in.h.

References base_graphics_toolkit::initialize(), and rep.

bool graphics_toolkit::initialize ( const graphics_object go)
inline

Definition at line 2193 of file graphics.h.

References base_graphics_toolkit::initialize(), and rep.

Referenced by base_graphics_object::initialize().

bool graphics_toolkit::initialize ( const graphics_handle h)
inline

Definition at line 2194 of file graphics.in.h.

References base_graphics_toolkit::initialize(), and rep.

bool graphics_toolkit::initialize ( const graphics_handle h)
inline

Definition at line 2196 of file graphics.h.

References base_graphics_toolkit::initialize(), and rep.

graphics_toolkit::operator bool ( void  ) const
inline

Definition at line 2162 of file graphics.in.h.

References base_graphics_toolkit::is_valid(), and rep.

graphics_toolkit::operator bool ( void  ) const
inline

Definition at line 2164 of file graphics.h.

References base_graphics_toolkit::is_valid(), and rep.

graphics_toolkit& graphics_toolkit::operator= ( const graphics_toolkit b)
inline

Definition at line 2148 of file graphics.in.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit& graphics_toolkit::operator= ( const graphics_toolkit b)
inline

Definition at line 2150 of file graphics.h.

References base_graphics_toolkit::count, and rep.

void graphics_toolkit::print_figure ( const graphics_object go,
const std::string &  term,
const std::string &  file,
bool  mono,
const std::string &  debug_file = "" 
) const
inline

Definition at line 2169 of file graphics.in.h.

References base_graphics_toolkit::print_figure(), and rep.

void graphics_toolkit::print_figure ( const graphics_object go,
const std::string &  term,
const std::string &  file,
bool  mono,
const std::string &  debug_file = "" 
) const
inline

Definition at line 2171 of file graphics.h.

References base_graphics_toolkit::print_figure(), and rep.

Referenced by Fdrawnow().

void graphics_toolkit::redraw_figure ( const graphics_object go) const
inline

Definition at line 2166 of file graphics.in.h.

References base_graphics_toolkit::redraw_figure(), and rep.

void graphics_toolkit::redraw_figure ( const graphics_object go) const
inline

Definition at line 2168 of file graphics.h.

References base_graphics_toolkit::redraw_figure(), and rep.

Referenced by Fdrawnow().

void graphics_toolkit::update ( const graphics_object go,
int  id 
)
inline

Definition at line 2184 of file graphics.in.h.

References rep, and base_graphics_toolkit::update().

void graphics_toolkit::update ( const graphics_object go,
int  id 
)
inline

Definition at line 2186 of file graphics.h.

References rep, and base_graphics_toolkit::update().

Referenced by base_graphics_object::update().

void graphics_toolkit::update ( const graphics_handle h,
int  id 
)
inline

Definition at line 2187 of file graphics.in.h.

References rep, and base_graphics_toolkit::update().

void graphics_toolkit::update ( const graphics_handle h,
int  id 
)
inline

Definition at line 2189 of file graphics.h.

References rep, and base_graphics_toolkit::update().

Member Data Documentation

base_graphics_toolkit * graphics_toolkit::rep
private

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