#pragma once for our headers plus drive-by formatting

This commit is contained in:
Flössie
2019-10-31 10:20:50 +01:00
parent aacea7046c
commit add5c790d6
177 changed files with 946 additions and 1158 deletions

View File

@@ -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