Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
e2bf9857
Commit
e2bf9857
authored
Oct 25, 2019
by
Anthony Lim
Browse files
refs #26544 cpp check for ALF view
parent
bd506988
Changes
5
Hide whitespace changes
Inline
Side-by-side
qt/scientific_interfaces/Direct/ALFView_model.h
View file @
e2bf9857
...
...
@@ -36,7 +36,6 @@ public:
private:
int
m_numberOfTubesInAverage
;
int
m_currentRun
;
};
}
// namespace CustomInterfaces
...
...
qt/scientific_interfaces/Direct/ALFView_view.cpp
View file @
e2bf9857
...
...
@@ -24,7 +24,7 @@ ALFView_view::ALFView_view(const std::string &instrument, QWidget *parent)
}
void
ALFView_view
::
setUpInstrument
(
std
::
string
fileName
,
std
::
string
&
fileName
,
std
::
vector
<
std
::
function
<
bool
(
std
::
map
<
std
::
string
,
bool
>
)
>>
&
binders
)
{
m_extractSingleTubeObservable
=
new
Observable
();
...
...
qt/scientific_interfaces/Direct/ALFView_view.h
View file @
e2bf9857
...
...
@@ -32,7 +32,7 @@ public:
void
observeAverageTube
(
Observer
*
listner
);
void
setUpInstrument
(
const
std
::
string
fileName
,
setUpInstrument
(
const
std
::
string
&
fileName
,
std
::
vector
<
std
::
function
<
bool
(
std
::
map
<
std
::
string
,
bool
>
)
>>
&
binders
)
override
;
...
...
qt/scientific_interfaces/Direct/BaseInstrumentView.cpp
View file @
e2bf9857
...
...
@@ -28,7 +28,7 @@ BaseInstrumentView::BaseInstrumentView(const std::string &instrument,
}
void
MantidQt
::
CustomInterfaces
::
BaseInstrumentView
::
setUpInstrument
(
const
std
::
string
fileName
,
const
std
::
string
&
fileName
,
std
::
vector
<
std
::
function
<
bool
(
std
::
map
<
std
::
string
,
bool
>
)
>>
&
instrument
)
{
(
void
)
instrument
;
...
...
qt/scientific_interfaces/Direct/BaseInstrumentView.h
View file @
e2bf9857
...
...
@@ -42,7 +42,7 @@ public:
return
m_instrumentWidget
;
};
virtual
void
setUpInstrument
(
const
std
::
string
fileName
,
setUpInstrument
(
const
std
::
string
&
fileName
,
std
::
vector
<
std
::
function
<
bool
(
std
::
map
<
std
::
string
,
bool
>
)
>>
&
instrument
);
virtual
void
addObserver
(
std
::
tuple
<
std
::
string
,
Observer
*>
&
listener
){};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment