MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / sequenceGetFormatOptions

Method sequenceGetFormatOptions

src/app/file/file.cpp:752–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752base::SharedPtr<FormatOptions> FileOp::sequenceGetFormatOptions() const
753{
754 return m_seq.format_options;
755}
756
757void FileOp::sequenceSetFormatOptions(const base::SharedPtr<FormatOptions>& format_options)
758{

Callers 5

GifEncoderMethod · 0.80
onLoadMethod · 0.80
onSaveMethod · 0.80
onLoadMethod · 0.80
onSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected