- Dtk_ErrorStatus Dtk_Info::GetProperties(Dtk_tab<Dtk_PropertiesPtr>& outArray) const;
- static Dtk_LayerInfosSetPtr Dtk_LayerInfosSet::Create( const Dtk_Size_t inNumLayers );
- Dtk_ErrorStatus Dtk_LayerInfosSet::SetLayerName(const Dtk_Size_t inIndex, const Dtk_string& inLayerName);
- Dtk_ErrorStatus Dtk_LayerInfosSet::GetLayerName( const Dtk_Size_t inIndex, Dtk_string& outLayerName ) const;
- Dtk_ErrorStatus Dtk_LayerInfosSet::GetLayerNameById( const Dtk_ID inLayerID, Dtk_string& outLayerName ) const;
- Dtk_ErrorStatus Dtk_LayerInfosSet::SetDefaultLayer(const Dtk_Size_t inDefaultLayerIndex);
- Dtk_ErrorStatus Dtk_LayerInfosSet::GetDefaultLayer(Dtk_Size_t& outDefaultLayerIndex) const;
- Dtk_ErrorStatus Dtk_LayerInfosSet::SetLayerID(const Dtk_Size_t inLayerIndex, const Dtk_ID& inLayerID);
- Dtk_ErrorStatus Dtk_LayerInfosSet::GetLayerID(const Dtk_Size_t inLayerIndex, Dtk_ID& outLayerID) const;
- Dtk_Int32 Dtk_Component::GetCurrentLayer() const;
- void Dtk_Component::SetCurrentLayer(Dtk_Int32 inCurrentLayer);
- void Dtk_Component::GetVisibleLayers(Dtk_tab<Dtk_Int32> &outVisibleLayers) const;
- void Dtk_Component::SetVisibleLayers(const Dtk_tab<Dtk_Int32> & inVisibleLayers);
- void Dtk_Component::GetSelectableLayers(Dtk_tab<Dtk_Int32> &outSelectableLayers) const;
- void Dtk_Component::SetSelectableLayers(const Dtk_tab<Dtk_Int32> & inSelectableLayers);