![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "display.h"

Static Public Member Functions | |
| static int | depth (void) |
| static bool | display_available (void) |
| static bool | display_available (std::string &msg) |
| static int | height (void) |
| static void | no_window_system (void) |
| static int | width (void) |
| static double | x_dpi (void) |
| static double | y_dpi (void) |
Protected Member Functions | |
| display_info (bool query=true) | |
Private Member Functions | |
| int | do_depth (void) const |
| bool | do_display_available (std::string &msg) const |
| int | do_height (void) const |
| int | do_width (void) const |
| double | do_x_dpi (void) const |
| double | do_y_dpi (void) const |
| void | init (bool query=true) |
Static Private Member Functions | |
| static void | cleanup_instance (void) |
| static bool | instance_ok (bool query=true) |
Private Attributes | |
| int | dp |
| bool | dpy_avail |
| std::string | err_msg |
| int | ht |
| double | rx |
| double | ry |
| int | wd |
Static Private Attributes | |
| static display_info * | instance = 0 |
|
inlineprotected |
Definition at line 36 of file display.h.
Referenced by instance_ok().
Definition at line 92 of file display.h.
Referenced by instance_ok().
Definition at line 55 of file display.h.
Referenced by default_screendepth().
Definition at line 70 of file display.h.
Referenced by check_starting_gui(), DEFUN_DLD(), and Fhave_window_system().
|
inlinestatic |
|
inlineprivate |
Definition at line 45 of file display.h.
Referenced by default_screensize().
Definition at line 168 of file display.cc.
References singleton_cleanup_list::add(), cleanup_instance(), display_info(), error(), and instance.
Definition at line 83 of file display.h.
Referenced by octave_initialize_interpreter().
Definition at line 50 of file display.h.
Referenced by default_screensize().
Definition at line 60 of file display.h.
Referenced by default_screenpixelsperinch().
Definition at line 65 of file display.h.
Referenced by default_screenpixelsperinch().
|
private |
|
private |
|
staticprivate |
Definition at line 90 of file display.h.
Referenced by instance_ok().
1.8.1.2