Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
d250ae5d
Commit
d250ae5d
authored
Nov 11, 2013
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected Doxygen comments notation.
parent
5235d7e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
class_drawpanel_gal.h
include/class_drawpanel_gal.h
+11
-11
No files found.
include/class_drawpanel_gal.h
View file @
d250ae5d
...
...
@@ -99,7 +99,7 @@ public:
}
/// @copydoc wxWindow::Refresh()
v
irtual
v
oid
Refresh
(
bool
eraseBackground
=
true
,
const
wxRect
*
rect
=
NULL
);
void
Refresh
(
bool
eraseBackground
=
true
,
const
wxRect
*
rect
=
NULL
);
/**
* Function SetEventDispatcher()
...
...
@@ -121,34 +121,34 @@ protected:
static
const
int
MinRefreshPeriod
=
17
;
///< 60 FPS.
///
<
Last timestamp when the panel was refreshed
/// Last timestamp when the panel was refreshed
wxLongLong
m_lastRefresh
;
///
<
Is there a redraw event requested?
/// Is there a redraw event requested?
bool
m_pendingRefresh
;
///
<
True if GAL is currently redrawing the view
/// True if GAL is currently redrawing the view
bool
m_drawing
;
///
<
Timer responsible for preventing too frequent refresh
/// Timer responsible for preventing too frequent refresh
wxTimer
m_refreshTimer
;
///
<
Interface for drawing objects on a 2D-surface
/// Interface for drawing objects on a 2D-surface
KIGFX
::
GAL
*
m_gal
;
///
<
Stores view settings (scale, center, etc.) and items to be drawn
/// Stores view settings (scale, center, etc.) and items to be drawn
KIGFX
::
VIEW
*
m_view
;
///
<
Contains information about how to draw items using GAL
/// Contains information about how to draw items using GAL
KIGFX
::
PAINTER
*
m_painter
;
///
<
Control for VIEW (moving, zooming, etc.)
/// Control for VIEW (moving, zooming, etc.)
KIGFX
::
WX_VIEW_CONTROLS
*
m_viewControls
;
///
<
Currently used GAL
/// Currently used GAL
GalType
m_currentGal
;
///
<
Processes and forwards events to tools
/// Processes and forwards events to tools
TOOL_DISPATCHER
*
m_eventDispatcher
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment