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

#include <kis_do_something_command.h>

Public Member Functions

void operator() (LayerType layer)
 

Detailed Description

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

Definition at line 59 of file kis_do_something_command.h.

Member Function Documentation

◆ operator()()

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

Definition at line 61 of file kis_do_something_command.h.

61 {
62 layer->notifyColorSpaceChanged();
63 }

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