21#ifndef __ANTARES_WINDOWS_OUTPUT_LAYER_H__
22#define __ANTARES_WINDOWS_OUTPUT_LAYER_H__
24#include "../../application/study.h"
45 Layer(LayerType t = ltOutput);
78 void resetAlternativeCaption();
82 wxString pAlternativeCaption;
std::shared_ptr< Output > Ptr
Smartptr.
Definition output.h:43
SelectionType customSelectionType
Custom selection type (only valid if detached)
Definition layer.h:73
const wxString & alternativeCaption() const
Get the alternative caption (for virtual layers)
Definition layer.hxx:30
std::vector< Layer * > Vector
Array.
Definition layer.h:37
bool isVirtual() const
Get if the layer is virtual.
Definition layer.hxx:35
Yuni::String customAreaOrLink
Custom area / link selection (only valid if detached)
Definition layer.h:75
const LayerType type
Type of the layer.
Definition layer.h:68
Layer(LayerType t=ltOutput)
Default constructor.
Definition layer.cpp:30
~Layer()
Destructor.
Definition layer.cpp:46
bool detached
Flag to know if the selection of the layer is detached from the global selection.
Definition layer.h:71
Data::Output::Ptr selection
The output.
Definition layer.h:66
uint index
Index of the output.
Definition layer.h:64