Krita Source Code Documentation
Loading...
Searching...
No Matches
KisDoSomethingCommandOps::ResetOp< LayerType > Struct Template Reference

#include <kis_do_something_command.h>

Public Member Functions

void operator() (LayerType layer)
 

Detailed Description

template<class LayerType>
struct KisDoSomethingCommandOps::ResetOp< LayerType >

Definition at line 43 of file kis_do_something_command.h.

Member Function Documentation

◆ operator()()

template<class LayerType >
void KisDoSomethingCommandOps::ResetOp< LayerType >::operator() ( LayerType layer)
inline

Definition at line 45 of file kis_do_something_command.h.

45 {
46 layer->resetCache(layer->colorSpace());
47 }

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