Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
flutter::SaveEntry Class Reference

Inherits flutter::LayerStateStack::StateEntry.

Public Member Functions

 SaveEntry ()=default
 
void apply (LayerStateStack *stack) const override
 
void restore (LayerStateStack *stack) const override
 
 FML_DISALLOW_COPY_ASSIGN_AND_MOVE (SaveEntry)
 

Detailed Description

Definition at line 207 of file layer_state_stack.cc.

Constructor & Destructor Documentation

◆ SaveEntry()

flutter::SaveEntry::SaveEntry ( )
default

Member Function Documentation

◆ apply()

void flutter::SaveEntry::apply ( LayerStateStack stack) const
inlineoverride

Definition at line 211 of file layer_state_stack.cc.

211 {
212 stack->delegate_->save();
213 }

◆ FML_DISALLOW_COPY_ASSIGN_AND_MOVE()

flutter::SaveEntry::FML_DISALLOW_COPY_ASSIGN_AND_MOVE ( SaveEntry  )

◆ restore()

void flutter::SaveEntry::restore ( LayerStateStack stack) const
inlineoverride

Definition at line 214 of file layer_state_stack.cc.

214 {
215 stack->delegate_->restore();
216 }

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