GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
graphics.in.h File Reference
#include "octave-config.h"
#include <cctype>
#include <cmath>
#include <algorithm>
#include <list>
#include <map>
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include "caseless-str.h"
#include "errwarn.h"
#include "graphics-handle.h"
#include "graphics-toolkit.h"
#include "oct-map.h"
#include "oct-mutex.h"
#include "oct-refcount.h"
#include "ov.h"
#include "text-renderer.h"
Include dependency graph for graphics.in.h:

Go to the source code of this file.

Classes

class  any_property
 
class  array_property
 
class  gh_manager::auto_lock
 
class  axes
 
class  base_graphics_event
 
class  base_graphics_object
 
class  base_properties
 
class  base_property
 
class  base_scaler
 
class  bool_property
 
class  callback_property
 
class  children_property
 
class  color_property
 
class  color_values
 
class  double_property
 
class  double_radio_property
 
class  figure
 
class  gh_manager
 
class  graphics_event
 
class  graphics_object
 
class  graphics_xform
 
class  handle_property
 
class  hggroup
 
class  image
 
class  light
 
class  lin_scaler
 
class  line
 
class  log_scaler
 
class  neg_log_scaler
 
class  patch
 
class  uitoggletool::properties
 
class  uipushtool::properties
 
class  uitoolbar::properties
 
class  uipanel::properties
 
class  uibuttongroup::properties
 
class  uicontrol::properties
 
class  uicontextmenu::properties
 
class  uimenu::properties
 
class  hggroup::properties
 
class  surface::properties
 
class  patch::properties
 
class  light::properties
 
class  image::properties
 
class  text::properties
 
class  line::properties
 
class  axes::properties
 
class  figure::properties
 
class  root_figure::properties
 
class  property
 
class  property_list
 
class  pval_vector
 
class  radio_property
 
class  radio_values
 
class  root_figure
 
class  row_vector_property
 
class  scaler
 
class  string_array_property
 
class  string_property
 
class  surface
 
class  text
 
class  text_label_property
 
class  uibuttongroup
 
class  uicontextmenu
 
class  uicontrol
 
class  uimenu
 
class  uipanel
 
class  uipushtool
 
class  uitoggletool
 
class  uitoolbar
 

Macros

#define OCTAVE_DEFAULT_FONTNAME   "*"
 

Typedefs

typedef std::pair< std::string, octave_valuepval_pair
 

Enumerations

enum  { AXE_ANY_DIR = 0, AXE_DEPTH_DIR = 1, AXE_HORZ_DIR = 2, AXE_VERT_DIR = 3 }
 
enum  finite_type { NO_CHECK, FINITE, NOT_NAN, NOT_INF }
 
enum  listener_mode { 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)
 

Macro Definition Documentation

◆ OCTAVE_DEFAULT_FONTNAME

#define OCTAVE_DEFAULT_FONTNAME   "*"

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

Referenced by axes::properties::set_defaults().

Typedef Documentation

◆ pval_pair

typedef std::pair<std::string, octave_value> pval_pair

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

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
AXE_ANY_DIR 
AXE_DEPTH_DIR 
AXE_HORZ_DIR 
AXE_VERT_DIR 

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

◆ finite_type

Enumerator
NO_CHECK 
FINITE 
NOT_NAN 
NOT_INF 

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

◆ listener_mode

Enumerator
POSTSET 
PERSISTENT 
PREDELETE 

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

Function Documentation

◆ calc_dimensions()

OCTINTERP_API int calc_dimensions ( const graphics_object gh)

◆ close_all_figures()

OCTINTERP_API void close_all_figures ( void  )

◆ gca()

OCTINTERP_API graphics_handle gca ( void  )

Definition at line 2786 of file graphics.cc.

References gcf(), NaN(), val, and xget().

◆ gcf()

OCTINTERP_API graphics_handle gcf ( void  )

Definition at line 2776 of file graphics.cc.

References NaN(), val, and xget().

Referenced by gca().

◆ get_children_limits()

◆ get_property_from_handle()

octave_value get_property_from_handle ( double  handle,
const std::string property,
const std::string func 
)

Referenced by mexGet().

◆ set_property_in_handle()

bool set_property_in_handle ( double  handle,
const std::string property,
const octave_value arg,
const std::string func 
)

Referenced by mexSet().