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

#include <kis_do_something_command.h>

Public Member Functions

void operator() (LayerType layer)
 

Detailed Description

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

Definition at line 51 of file kis_do_something_command.h.

Member Function Documentation

◆ operator()()

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

Definition at line 53 of file kis_do_something_command.h.

53 {
54 layer->update();
55 }

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