Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
6f70a774
Commit
6f70a774
authored
10 years ago
by
Harry Jeffery
Browse files
Options
Downloads
Patches
Plain Diff
Refs #10222 Document QtReflMainView slots more explicitly
parent
1aad07ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Mantid/MantidQt/CustomInterfaces/src/QtReflMainView.cpp
+7
-7
7 additions, 7 deletions
Code/Mantid/MantidQt/CustomInterfaces/src/QtReflMainView.cpp
with
7 additions
and
7 deletions
Code/Mantid/MantidQt/CustomInterfaces/src/QtReflMainView.cpp
+
7
−
7
View file @
6f70a774
...
...
@@ -53,7 +53,7 @@ namespace MantidQt
}
/**
Start a new table
This slot loads a blank table and changes to a BlankMainView presenter
*/
void
QtReflMainView
::
setNew
()
{
...
...
@@ -62,7 +62,7 @@ namespace MantidQt
}
/**
L
oad a
different model
This slot l
oad
s
a
table workspace model and changes to a LoadedMainView presenter
@param name : the string name of the workspace to be grabbed
*/
void
QtReflMainView
::
setModel
(
QString
name
)
...
...
@@ -83,7 +83,7 @@ namespace MantidQt
}
/**
Set the save flag then notify the presenter
This slot notifies the presenter that the "save" button has been pressed
*/
void
QtReflMainView
::
saveButton
()
{
...
...
@@ -92,7 +92,7 @@ namespace MantidQt
}
/**
Se
t the save as
flag then notify the presenter
This slot notifies the presenter tha
t the
"
save as
" button has been pressed
*/
void
QtReflMainView
::
saveAsButton
()
{
...
...
@@ -101,7 +101,7 @@ namespace MantidQt
}
/**
Se
t the add row
flag then notify the presenter
This slot notifies the presenter tha
t the
"
add row
" button has been pressed
*/
void
QtReflMainView
::
addRowButton
()
{
...
...
@@ -110,7 +110,7 @@ namespace MantidQt
}
/**
Set the delete flag then notify the presenter
This slot notifies the presenter that the "delete" button has been pressed
*/
void
QtReflMainView
::
deleteRowButton
()
{
...
...
@@ -119,7 +119,7 @@ namespace MantidQt
}
/**
Set the process flag then notify the presenter
This slot notifies the presenter that the "process" button has been pressed
*/
void
QtReflMainView
::
processButton
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment