GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cctype>
#include <algorithm>
#include <list>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include "caseless-str.h"
#include "gripes.h"
#include "oct-handle.h"
#include "oct-map.h"
#include "oct-mutex.h"
#include "oct-refcount.h"
#include "ov.h"
#include "txt-eng-ft.h"
Go to the source code of this file.
Macros | |
#define | OCTAVE_DEFAULT_FONTNAME "*" |
Typedefs | |
typedef octave_handle | graphics_handle |
Enumerations | |
enum | { AXE_ANY_DIR = 0, AXE_DEPTH_DIR = 1, AXE_HORZ_DIR = 2, AXE_VERT_DIR = 3 } |
enum | listener_mode { POSTSET, PERSISTENT, PREDELETE, POSTSET, PERSISTENT, PREDELETE } |
Functions | |
OCTINTERP_API int | calc_dimensions (const graphics_object &gh) |
OCTINTERP_API void | close_all_figures (void) |
OCTINTERP_API graphics_handle | gca (void) |
OCTINTERP_API graphics_handle | gcf (void) |
void | get_children_limits (double &min_val, double &max_val, double &min_pos, double &max_neg, const Matrix &kids, char limit_type) |
octave_value | get_property_from_handle (double handle, const std::string &property, const std::string &func) |
bool | set_property_in_handle (double handle, const std::string &property, const octave_value &arg, const std::string &func) |
#define OCTAVE_DEFAULT_FONTNAME "*" |
Definition at line 55 of file graphics.h.
Referenced by axes::properties::factory_defaults(), text::properties::factory_defaults(), uicontrol::properties::factory_defaults(), uipanel::properties::factory_defaults(), and axes::properties::set_defaults().
typedef octave_handle graphics_handle |
Definition at line 58 of file graphics.h.
anonymous enum |
Definition at line 4901 of file graphics.h.
enum listener_mode |
Definition at line 270 of file graphics.h.
OCTINTERP_API int calc_dimensions | ( | const graphics_object & | gh | ) |
Definition at line 9182 of file graphics.cc.
OCTINTERP_API void close_all_figures | ( | void | ) |
OCTINTERP_API graphics_handle gca | ( | void | ) |
Definition at line 2432 of file graphics.cc.
OCTINTERP_API graphics_handle gcf | ( | void | ) |
Definition at line 2423 of file graphics.cc.
void get_children_limits | ( | double & | min_val, |
double & | max_val, | ||
double & | min_pos, | ||
double & | max_neg, | ||
const Matrix & | kids, | ||
char | limit_type | ||
) |
Definition at line 6434 of file graphics.cc.
octave_value get_property_from_handle | ( | double | handle, |
const std::string & | property, | ||
const std::string & | func | ||
) |
Definition at line 10138 of file graphics.cc.
bool set_property_in_handle | ( | double | handle, |
const std::string & | property, | ||
const octave_value & | arg, | ||
const std::string & | func | ||
) |
Definition at line 10155 of file graphics.cc.