Blender V4.3
blender::ed::greasepencil::KeyframeClipboard Struct Reference

#include <ED_grease_pencil.hh>

Classes

struct  DrawingBufferItem
 
struct  LayerBufferItem
 

Public Member Functions

void clear ()
 

Public Attributes

Map< std::string, LayerBufferItemcopy_buffer {}
 
int first_frame {std::numeric_limits<int>::max()}
 
int last_frame {std::numeric_limits<int>::min()}
 
int cfra {0}
 

Detailed Description

Definition at line 209 of file ED_grease_pencil.hh.

Member Function Documentation

◆ clear()

void blender::ed::greasepencil::KeyframeClipboard::clear ( )
inline

Member Data Documentation

◆ cfra

int blender::ed::greasepencil::KeyframeClipboard::cfra {0}

◆ copy_buffer

Map<std::string, LayerBufferItem> blender::ed::greasepencil::KeyframeClipboard::copy_buffer {}

◆ first_frame

int blender::ed::greasepencil::KeyframeClipboard::first_frame {std::numeric_limits<int>::max()}

◆ last_frame

int blender::ed::greasepencil::KeyframeClipboard::last_frame {std::numeric_limits<int>::min()}

The documentation for this struct was generated from the following file: