21 #ifndef __ANTARES_WINDOWS_OUTPUT_LAYER_HXX__
22 #define __ANTARES_WINDOWS_OUTPUT_LAYER_HXX__
24 namespace Antares::Window::OutputViewer
28 return pAlternativeCaption;
33 return type != ltOutput;
const wxString & alternativeCaption() const
Get the alternative caption (for virtual layers)
Definition: layer.hxx:26
bool isVirtual() const
Get if the layer is virtual.
Definition: layer.hxx:31
const LayerType type
Type of the layer.
Definition: layer.h:64