24#ifndef GAL_DISPLAY_OPTIONS_H__
25#define GAL_DISPLAY_OPTIONS_H__
36#if defined( _MSC_VER )
37#pragma warning( push )
38#pragma warning( disable : 4275 )
74 class GAL_DISPLAY_OPTIONS;
118 void NotifyChanged();
123#if defined( _MSC_VER )
124#pragma warning( pop )
virtual void OnGalDisplayOptionsChanged(const GAL_DISPLAY_OPTIONS &)=0
virtual ~GAL_DISPLAY_OPTIONS_OBSERVER()
double m_gridLineWidth
Minimum pixel distance between displayed grid lines.
double m_gridMinSpacing
Whether or not to draw the coordinate system axes.
OPENGL_ANTIALIASING_MODE gl_antialiasing_mode
CAIRO_ANTIALIASING_MODE cairo_antialiasing_mode
The grid style to draw the grid in.
bool m_forceDisplayCursor
The pixel scale factor (>1 for hi-DPI scaled displays)
KIGFX::GRID_STYLE m_gridStyle
Snapping options for the grid.
bool m_axesEnabled
Fullscreen crosshair or small cross.
bool m_fullscreenCursor
Force cursor display.
GRID_SNAPPING m_gridSnapping
Thickness to render grid lines/dots.
The Cairo implementation of the graphics abstraction layer.
GRID_STYLE
GRID_STYLE: Type definition of the grid style.
@ SMALL_CROSS
Use small cross instead of dots for the grid.
@ DOTS
Use dots for the grid.
@ LINES
Use lines for the grid.
@ NONE
No updates are required.
Stores the common settings that are saved and loaded for each window / frame.