16 #ifndef _SHOW_LAYER_COMMAND_H_ 17 #define _SHOW_LAYER_COMMAND_H_ 19 #include "base/Command.h" The base class for visual representations of the data found in a Model.
void showLayer(View *, bool show)
View is the base class of widgets that display one or more overlaid views of data against a horizonta...
ShowLayerCommand(View *view, Layer *layer, bool show, QString commandName)