Skip to content

Commit

Permalink
Refs #10222 Document QtReflMainView slots more explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Sep 10, 2014
1 parent 1aad07c commit 6f70a77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Code/Mantid/MantidQt/CustomInterfaces/src/QtReflMainView.cpp
Expand Up @@ -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()
{
Expand All @@ -62,7 +62,7 @@ namespace MantidQt
}

/**
Load a different model
This slot loads 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)
Expand All @@ -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()
{
Expand All @@ -92,7 +92,7 @@ namespace MantidQt
}

/**
Set the save as flag then notify the presenter
This slot notifies the presenter that the "save as" button has been pressed
*/
void QtReflMainView::saveAsButton()
{
Expand All @@ -101,7 +101,7 @@ namespace MantidQt
}

/**
Set the add row flag then notify the presenter
This slot notifies the presenter that the "add row" button has been pressed
*/
void QtReflMainView::addRowButton()
{
Expand All @@ -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()
{
Expand All @@ -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()
{
Expand Down

0 comments on commit 6f70a77

Please sign in to comment.