Lightgraph
C++17 light-graph engine API reference
Loading...
Searching...
No Matches
layers.hpp File Reference

Shared palette and editable-layer view helpers for adapters. More...

#include "runtime.hpp"
#include "lightgraph/internal/runtime/LayerView.h"
Include dependency graph for layers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  lightgraph
 
namespace  lightgraph::integration
 

Typedefs

using lightgraph::integration::PaletteView = ::PaletteView
 
using lightgraph::integration::LayerView = ::LayerView
 

Functions

PaletteView lightgraph::integration::paletteView (const Palette &palette)
 
Palette lightgraph::integration::paletteFromView (const PaletteView &view)
 
PaletteView lightgraph::integration::normalizePalette (const PaletteView &view)
 
std::vector< LayerViewlightgraph::integration::layerViews (const RuntimeState &state, bool editableOnly=false)
 

Detailed Description

Shared palette and editable-layer view helpers for adapters.

Definition in file layers.hpp.