Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Massive MEP move #4293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Mar 30, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC : fix markup in MEP09
  • Loading branch information
tacaswell committed Mar 29, 2015
commit 06a0e8eb97b14b452b3ce6592b178d67e4687862
9 changes: 6 additions & 3 deletions 9 doc/devel/MEP/MEP09.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
MEP9: Global interaction manager
==================================

.. contents::
:local:

Add a global manager for all user interactivity with artists; make any
artist resizeable, moveable, highlightable, and selectable as desired
by the user.
Expand Down Expand Up @@ -80,11 +83,11 @@ Implementation
interactivity manager has a consistent interface for the
interactivity manager to deal with. The proposed methods to add to
the artists, if they are to support interactivity, are:
* get_pixel_position_ll(self): get the pixel position of the lower
* get_pixel_position_ll(self): get the pixel position of the lower
left corner of the artist's bounding box
* get_pixel_size(self): get the size of the artist's bounding box,
* get_pixel_size(self): get the size of the artist's bounding box,
in pixels
* set_pixel_position_and_size(self,x,y,dx,dy): set the new size of
* set_pixel_position_and_size(self,x,y,dx,dy): set the new size of
the artist, such that it fits within the specified bounding box.
* add capability to the backends to 1) provide cursors, since these
are needed for visual indication of moving/resizing, and 2) provide
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.