Naming cleanups. (No functional changes, prep for patch)

This commit is contained in:
Oliver Duis
2011-04-21 20:22:08 +02:00
parent d3261ed527
commit 3077b2492e
9 changed files with 45 additions and 53 deletions

View File

@@ -93,7 +93,7 @@ class ToolPanelCoordinator : public ToolPanelListener,
Resize* resize;
ICMPanel* icm;
Crop* crop;
ToneCurve* curve;
ToneCurve* toneCurve;
ShadowsHighlights* shadowshighlights;
LumaDenoise* lumadenoise;
ColorDenoise* colordenoise;
@@ -149,7 +149,7 @@ class ToolPanelCoordinator : public ToolPanelListener,
~ToolPanelCoordinator ();
bool getChangedState () { return hasChanged; }
void updateCurveBackgroundHistogram (LUTu & histrgb, LUTu & histl);
void updateCurveBackgroundHistogram (LUTu & histToneCurve, LUTu & histLCurves);
void foldAllButOne (Gtk::Box* parent, FoldableToolPanel* openedSection);
// multiple listeners can be added that are notified on changes (typical: profile panel and the history)