gerbilvis / gerbil

Gerbil Hyperspectral Visualization and Analysis Framework
http://gerbilvis.org
GNU General Public License v3.0
43 stars 15 forks source link

Right-click popup menu in ScaledView/Bandview/ROIView #14

Closed ypnos closed 9 years ago

ypnos commented 9 years ago

ScaledView should have a popup menu with following items:

The method that produces the menu should be overloadable.

ROIView should overload it to replace with a menu that contains:

BandView should overload it to enhance the menu with:

Right now we have modes in bandview that use right click, so there obviously the menu method would not be called.

Use QActions where appropriate.

ypnos commented 9 years ago

Merged #21