Skip to content

Commit

Permalink
Check work in progress. This refs #5801
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Sep 10, 2012
1 parent e4e4221 commit 0c3ec94
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 197 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public slots:
void optimal_color_scale();
void multi_color_scale();
void spectrum_color_scale();
void edit_manual_input();

private:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ class EXPORT_OPT_MANTIDQT_IMAGEVIEWER ImageDisplay
static int getBackRight();
static int getTOFmin();
static int getTOFmax();

static void setPeakLeft(int value);

private:
/// Check if the DataSource has been changed under us
Expand Down

0 comments on commit 0c3ec94

Please sign in to comment.