annotate .gitignore @ 20305:062422f2e399

Show axes coordinates in Qt figures (bug #44959) * Canvas.h: new private bool member m_updtaCurrentPoint, to decide wether update the figure "currentpoint" property * Canvas.h (Canvas::enableCurrentPointUpdates): new method to set m_updtaCurrentPoint * Canvas.cc (Canvas::canvasMousePressEvent): move the code for axes/object selection in a dedicated method and call this method (select_object) instead. * Canvas.cc (Canvas::select_object): new method for axes/object selection. * Canvas.cc (Canvas::canvasMouseMoveEvent): update the parent figure status bar with the hovered axes coordinates * Figure.h: declare new method updateStatusBar * Figure.h: declare new private QStatusBar member m_statusBar. Include QStatusBar.h * Figure.cc (Figure::Figure): unconditionally enable mouse traching * Figure.cc (Figure::Figure): add status below of the canvas * Figure.cc (Figure::update): take status bar into account when updating the figure position * Figure.cc (Figure::update): remove some of the leftover debug comments * Figure.cc: define new method updateStatusBar
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sat, 13 Jun 2015 13:27:01 +0200
parents 5758e0013246
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15630
e32ff0a000a8 Removed useless files, renamed files appropriately.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
1 *~
e32ff0a000a8 Removed useless files, renamed files appropriately.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
2 *.user
e32ff0a000a8 Removed useless files, renamed files appropriately.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
3 *.o
e32ff0a000a8 Removed useless files, renamed files appropriately.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
4 *.a
e32ff0a000a8 Removed useless files, renamed files appropriately.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
5 Makefile*
15662
5758e0013246 Enable compilation on Win32-native platform.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 15630
diff changeset
6 *.pdb
5758e0013246 Enable compilation on Win32-native platform.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 15630
diff changeset
7 debug/
5758e0013246 Enable compilation on Win32-native platform.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 15630
diff changeset
8 release/