Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
This commit is contained in:
@@ -25,9 +25,10 @@
|
||||
#include "toolpanel.h"
|
||||
|
||||
|
||||
class RawProcess : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel{
|
||||
class RawProcess : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel
|
||||
{
|
||||
|
||||
protected:
|
||||
protected:
|
||||
|
||||
MyComboBoxText* dmethod;
|
||||
Gtk::Label* methodl;
|
||||
@@ -42,22 +43,22 @@ class RawProcess : public ToolParamBlock, public AdjusterListener, public Foldab
|
||||
|
||||
bool lastDCBen;
|
||||
int oldSelection;
|
||||
//bool lastALLen;
|
||||
sigc::connection methodconn,dcbEnhconn; //,allEnhconn;
|
||||
public:
|
||||
//bool lastALLen;
|
||||
sigc::connection methodconn, dcbEnhconn; //,allEnhconn;
|
||||
public:
|
||||
|
||||
RawProcess ();
|
||||
|
||||
void read (const rtengine::procparams::ProcParams* pp, const ParamsEdited* pedited=NULL);
|
||||
void write (rtengine::procparams::ProcParams* pp, ParamsEdited* pedited=NULL);
|
||||
void read (const rtengine::procparams::ProcParams* pp, const ParamsEdited* pedited = NULL);
|
||||
void write (rtengine::procparams::ProcParams* pp, ParamsEdited* pedited = NULL);
|
||||
void setBatchMode (bool batchMode);
|
||||
void setDefaults (const rtengine::procparams::ProcParams* defParams, const ParamsEdited* pedited=NULL);
|
||||
void setDefaults (const rtengine::procparams::ProcParams* defParams, const ParamsEdited* pedited = NULL);
|
||||
|
||||
void methodChanged ();
|
||||
void adjusterChanged (Adjuster* a, double newval);
|
||||
void dcbEnhanceChanged();
|
||||
//void allEnhanceChanged();
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user