GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
graphics_toolkit Class Reference

#include "graphics-toolkit.h"

Collaboration diagram for graphics_toolkit:

Public Member Functions

 graphics_toolkit (void)
 
 graphics_toolkit (base_graphics_toolkit *b)
 
 graphics_toolkit (const graphics_toolkit &b)
 
 ~graphics_toolkit (void)
 
void close (void)
 
void finalize (const graphics_object &go)
 
void finalize (const graphics_handle &h)
 
Matrix get_canvas_size (const graphics_handle &fh) const
 
std::string get_name (void) const
 
uint8NDArray get_pixels (const graphics_object &go) const
 
double get_screen_resolution (void) const
 
Matrix get_screen_size (void) const
 
bool initialize (const graphics_object &go)
 
bool initialize (const graphics_handle &h)
 
 operator bool (void) const
 
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 redraw_figure (const graphics_object &go) const
 
void update (const graphics_object &go, int id)
 
void update (const graphics_handle &h, int id)
 

Private Attributes

base_graphics_toolkitrep
 

Detailed Description

Definition at line 130 of file graphics-toolkit.h.

Constructor & Destructor Documentation

◆ graphics_toolkit() [1/3]

graphics_toolkit::graphics_toolkit ( void  )
inline

Definition at line 133 of file graphics-toolkit.h.

References base_graphics_toolkit::count, and rep.

◆ graphics_toolkit() [2/3]

graphics_toolkit::graphics_toolkit ( base_graphics_toolkit b)
inline

Definition at line 139 of file graphics-toolkit.h.

References base_graphics_toolkit::count, and rep.

◆ graphics_toolkit() [3/3]

graphics_toolkit::graphics_toolkit ( const graphics_toolkit b)
inline

Definition at line 145 of file graphics-toolkit.h.

References base_graphics_toolkit::count, and rep.

◆ ~graphics_toolkit()

graphics_toolkit::~graphics_toolkit ( void  )
inline

Definition at line 151 of file graphics-toolkit.h.

References base_graphics_toolkit::count, and rep.

Member Function Documentation

◆ close()

void graphics_toolkit::close ( void  )
inline

Definition at line 219 of file graphics-toolkit.h.

References base_graphics_toolkit::close(), and rep.

◆ finalize() [1/2]

void graphics_toolkit::finalize ( const graphics_object go)
inline

Definition at line 212 of file graphics-toolkit.h.

References base_graphics_toolkit::finalize(), and rep.

◆ finalize() [2/2]

void graphics_toolkit::finalize ( const graphics_handle h)
inline

Definition at line 215 of file graphics-toolkit.h.

References base_graphics_toolkit::finalize(), h, and rep.

◆ get_canvas_size()

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

Definition at line 186 of file graphics-toolkit.h.

References base_graphics_toolkit::get_canvas_size(), and rep.

◆ get_name()

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

Definition at line 173 of file graphics-toolkit.h.

References base_graphics_toolkit::get_name(), and rep.

Referenced by octave::gtk_manager::load_toolkit().

◆ get_pixels()

uint8NDArray graphics_toolkit::get_pixels ( const graphics_object go) const
inline

Definition at line 183 of file graphics-toolkit.h.

References base_graphics_toolkit::get_pixels(), and rep.

Referenced by F__get_frame__().

◆ get_screen_resolution()

double graphics_toolkit::get_screen_resolution ( void  ) const
inline

◆ get_screen_size()

Matrix graphics_toolkit::get_screen_size ( void  ) const
inline

Definition at line 192 of file graphics-toolkit.h.

References base_graphics_toolkit::get_screen_size(), and rep.

◆ initialize() [1/2]

bool graphics_toolkit::initialize ( const graphics_object go)
inline

Definition at line 203 of file graphics-toolkit.h.

References base_graphics_toolkit::initialize(), and rep.

◆ initialize() [2/2]

bool graphics_toolkit::initialize ( const graphics_handle h)
inline

Definition at line 206 of file graphics-toolkit.h.

References h, base_graphics_toolkit::initialize(), and rep.

◆ operator bool()

graphics_toolkit::operator bool ( void  ) const
inline

Definition at line 171 of file graphics-toolkit.h.

References base_graphics_toolkit::is_valid(), and rep.

◆ operator=()

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

Definition at line 157 of file graphics-toolkit.h.

References b, base_graphics_toolkit::count, and rep.

◆ print_figure()

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 178 of file graphics-toolkit.h.

References file, base_graphics_toolkit::print_figure(), and rep.

◆ redraw_figure()

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

Definition at line 175 of file graphics-toolkit.h.

References base_graphics_toolkit::redraw_figure(), and rep.

◆ update() [1/2]

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

Definition at line 196 of file graphics-toolkit.h.

References rep, and base_graphics_toolkit::update().

◆ update() [2/2]

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

Definition at line 199 of file graphics-toolkit.h.

References h, rep, and base_graphics_toolkit::update().

Member Data Documentation

◆ rep


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