Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 205 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 209 of file layer_state_stack.cc.

209 {
210 stack->delegate_->save();
211 }

◆ 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 212 of file layer_state_stack.cc.

212 {
213 stack->delegate_->restore();
214 }

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