Mantid
|
#include <ProjectSaveModel.h>
Public Member Functions | |
bool | operator== (const WorkspaceInfo &b) const |
Public Attributes | |
std::string | icon_id |
std::string | name |
size_t | numWindows |
std::string | size |
std::vector< WorkspaceInfo > | subWorkspaces |
std::string | type |
Definition at line 23 of file ProjectSaveModel.h.
|
inline |
Definition at line 31 of file ProjectSaveModel.h.
References name.
std::string MantidQt::MantidWidgets::WorkspaceInfo::icon_id |
Definition at line 27 of file ProjectSaveModel.h.
Referenced by MantidQt::MantidWidgets::ProjectSaveModel::makeWorkspaceInfoObject().
std::string MantidQt::MantidWidgets::WorkspaceInfo::name |
Definition at line 24 of file ProjectSaveModel.h.
Referenced by MantidQt::MantidWidgets::ProjectSaveModel::makeWorkspaceInfoObject(), and operator==().
size_t MantidQt::MantidWidgets::WorkspaceInfo::numWindows |
Definition at line 28 of file ProjectSaveModel.h.
Referenced by MantidQt::MantidWidgets::ProjectSaveModel::makeWorkspaceInfoObject().
std::string MantidQt::MantidWidgets::WorkspaceInfo::size |
Definition at line 26 of file ProjectSaveModel.h.
Referenced by MantidQt::MantidWidgets::ProjectSaveModel::makeWorkspaceInfoObject().
std::vector<WorkspaceInfo> MantidQt::MantidWidgets::WorkspaceInfo::subWorkspaces |
Definition at line 29 of file ProjectSaveModel.h.
std::string MantidQt::MantidWidgets::WorkspaceInfo::type |
Definition at line 25 of file ProjectSaveModel.h.
Referenced by MantidQt::MantidWidgets::ProjectSaveModel::makeWorkspaceInfoObject().