#pragma once
for our headers plus drive-by formatting
This commit is contained in:
@@ -1,21 +1,25 @@
|
||||
/*
|
||||
* This file is part of RawTherapee.
|
||||
*/
|
||||
#ifndef _RETINEX_H_
|
||||
#define _RETINEX_H_
|
||||
#pragma once
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "adjuster.h"
|
||||
#include "toolpanel.h"
|
||||
#include "guiutils.h"
|
||||
#include "colorprovider.h"
|
||||
#include "curveeditor.h"
|
||||
#include "curveeditorgroup.h"
|
||||
#include "guiutils.h"
|
||||
#include "thresholdadjuster.h"
|
||||
#include "colorprovider.h"
|
||||
|
||||
class Retinex : public ToolParamBlock, public FoldableToolPanel, public rtengine::RetinexListener, public CurveListener,
|
||||
public AdjusterListener, public ColorProvider
|
||||
#include "toolpanel.h"
|
||||
|
||||
class Retinex :
|
||||
public ToolParamBlock,
|
||||
public FoldableToolPanel,
|
||||
public rtengine::RetinexListener,
|
||||
public CurveListener,
|
||||
public AdjusterListener,
|
||||
public ColorProvider
|
||||
{
|
||||
private:
|
||||
IdleRegister idle_register;
|
||||
@@ -141,5 +145,3 @@ private:
|
||||
void foldAllButMe (GdkEventButton* event, MyExpander *expander);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user