Mir

Merge lp:~robertcarr/mir/five-minutes-of-doxygen into lp:~mir-team/mir/trunk

Proposed by Robert Carr
Status: Merged
Approved by: Robert Ancell
Approved revision: no longer in the source branch.
Merged at revision: 549
Proposed branch: lp:~robertcarr/mir/five-minutes-of-doxygen
Merge into: lp:~mir-team/mir/trunk
Diff against target: 38 lines (+6/-0)
3 files modified
include/server/mir/input/cursor_listener.h (+2/-0)
include/server/mir/input/input_channel.h (+1/-0)
src/server/input/android/android_input_manager.h (+3/-0)
To merge this branch: bzr merge lp:~robertcarr/mir/five-minutes-of-doxygen
Reviewer Review Type Date Requested Status
Kevin DuBois (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+156417@code.launchpad.net

Commit message

Five minutes of doxygen comments.

Description of the change

Five minutes of doxygen comments :)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

On 01/04/13 21:46, Robert Carr wrote:
> +// TODO: As this is due to be implemented in the graphics namespace for rendering the cursor perhaps this interface
> +// belongs in mir::graphics

It doesn't matter where an interface is to be implemented (there could
be several implementations in different places), it is where it is used
that should determine where the interface belongs.

--
Alan Griffiths +44 (0)798 9938 758
Octopull Ltd http://www.octopull.co.uk/

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Kevin DuBois (kdub) wrote :

seems ok

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'include/server/mir/input/cursor_listener.h'
--- include/server/mir/input/cursor_listener.h 2013-03-13 04:54:15 +0000
+++ include/server/mir/input/cursor_listener.h 2013-04-01 22:18:30 +0000
@@ -24,6 +24,8 @@
24namespace input24namespace input
25{25{
2626
27/// An interface for listening to absolute cursor events (without context): For example to update
28/// the position of the visible cursor.
27class CursorListener29class CursorListener
28{30{
29public:31public:
3032
=== modified file 'include/server/mir/input/input_channel.h'
--- include/server/mir/input/input_channel.h 2013-03-29 16:51:35 +0000
+++ include/server/mir/input/input_channel.h 2013-04-01 22:18:30 +0000
@@ -24,6 +24,7 @@
24namespace input24namespace input
25{25{
2626
27/// Encapsulates a paired set of fd's suitable for input communication.
27class InputChannel28class InputChannel
28{29{
29public:30public:
3031
=== modified file 'src/server/input/android/android_input_manager.h'
--- src/server/input/android/android_input_manager.h 2013-03-29 16:51:35 +0000
+++ src/server/input/android/android_input_manager.h 2013-04-01 22:18:30 +0000
@@ -52,6 +52,9 @@
52class InputThread;52class InputThread;
53class InputConfiguration;53class InputConfiguration;
5454
55/// Encapsulates an instance of the Android input stack, that is to say an EventHub tied
56/// to an InputReader tied to an InputDispatcher. Provides interfaces for controlling input
57/// policy and dispatch (through public API and policy objects in InputConfiguration).
55class InputManager : public mir::input::InputManager58class InputManager : public mir::input::InputManager
56{59{
57public:60public:

Subscribers

People subscribed via source and target branches