10#ifndef __VSDLAYERLIST_H__
11#define __VSDLAYERLIST_H__
46 bool getVisible(
const std::vector<unsigned> &ids);
bool getPrintable(const std::vector< unsigned > &ids)
Definition VSDLayerList.cpp:114
VSDLayerList()
Definition VSDLayerList.cpp:39
void addLayer(unsigned id, const VSDLayer &layer)
Definition VSDLayerList.cpp:72
VSDLayerList & operator=(const VSDLayerList &layerList)
Definition VSDLayerList.cpp:51
void clear()
Definition VSDLayerList.cpp:67
const Colour * getColour(const std::vector< unsigned > &ids)
Definition VSDLayerList.cpp:77
~VSDLayerList()
Definition VSDLayerList.cpp:62
std::map< unsigned, VSDLayer > m_elements
Definition VSDLayerList.h:50
bool getVisible(const std::vector< unsigned > &ids)
Definition VSDLayerList.cpp:98
Definition libvisio_utils.h:47
Definition VSDLayerList.h:22
bool m_visible
Definition VSDLayerList.h:29
bool m_printable
Definition VSDLayerList.h:30
VSDLayer()
Definition VSDLayerList.cpp:21
~VSDLayer()
Definition VSDLayerList.cpp:26
VSDLayer & operator=(const VSDLayer &layer)
Definition VSDLayerList.cpp:28
std::optional< Colour > m_colour
Definition VSDLayerList.h:28