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 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, const std::string &debug_file="") const
 
void print_figure (const graphics_object &go, const std::string &term, const std::string &file, 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 2152 of file graphics.h.

Constructor & Destructor Documentation

graphics_toolkit::graphics_toolkit ( void  )
inline

Definition at line 2155 of file graphics.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( base_graphics_toolkit b)
inline

Definition at line 2161 of file graphics.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( const graphics_toolkit b)
inline

Definition at line 2167 of file graphics.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::~graphics_toolkit ( void  )
inline

Definition at line 2173 of file graphics.h.

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( void  )
inline

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

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( base_graphics_toolkit b)
inline

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

References base_graphics_toolkit::count, and rep.

graphics_toolkit::graphics_toolkit ( const graphics_toolkit b)
inline

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

References base_graphics_toolkit::count, and rep.

graphics_toolkit::~graphics_toolkit ( void  )
inline

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

References base_graphics_toolkit::count, and rep.

Member Function Documentation

void graphics_toolkit::close ( void  )
inline

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

References base_graphics_toolkit::close(), and rep.

void graphics_toolkit::close ( void  )
inline

Definition at line 2238 of file graphics.h.

References base_graphics_toolkit::close(), and rep.

void graphics_toolkit::finalize ( const graphics_object go)
inline

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

References base_graphics_toolkit::finalize(), and rep.

void graphics_toolkit::finalize ( const graphics_object go)
inline

Definition at line 2231 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 2232 of file graphics.in.h.

References base_graphics_toolkit::finalize(), and rep.

void graphics_toolkit::finalize ( const graphics_handle h)
inline

Definition at line 2234 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 2203 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 2205 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 2193 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 2206 of file graphics.in.h.

References base_graphics_toolkit::get_screen_resolution(), and rep.

double graphics_toolkit::get_screen_resolution ( void  ) const
inline
Matrix graphics_toolkit::get_screen_size ( void  ) const
inline

Definition at line 2209 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 2211 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 2220 of file graphics.in.h.

References base_graphics_toolkit::initialize(), and rep.

bool graphics_toolkit::initialize ( const graphics_object go)
inline

Definition at line 2222 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 2223 of file graphics.in.h.

References base_graphics_toolkit::initialize(), and rep.

bool graphics_toolkit::initialize ( const graphics_handle h)
inline

Definition at line 2225 of file graphics.h.

References base_graphics_toolkit::initialize(), and rep.

graphics_toolkit::operator bool ( void  ) const
inline

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

References base_graphics_toolkit::is_valid(), and rep.

graphics_toolkit::operator bool ( void  ) const
inline

Definition at line 2193 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 2177 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 2179 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,
const std::string debug_file = "" 
) const
inline

Definition at line 2198 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,
const std::string debug_file = "" 
) const
inline

Definition at line 2200 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 2195 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 2197 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 2213 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 2215 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 2216 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 2218 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: