NCAR / lrose-core

Core C/C++ code for LROSE.
https://www.eol.ucar.edu/content/lidar-radar-open-software-environment
Other
92 stars 51 forks source link

HawkEye - File Menu add Open to BscanManager #52

Closed leavesntwigs closed 4 years ago

leavesntwigs commented 6 years ago

Add the action, Open File, to the file menu when using Bscan mode.

leavesntwigs commented 6 years ago

promote the _openFile() action to the base class (DisplayManager). _openFile() is currently defined in the PolarManager. If _openFile() were in the DisplayManager, then PolarManager and BscanManager can both use the action in their File Menus.

leavesntwigs commented 4 years ago

moved to separate TODO list