Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
MantidQt::MantidWidgets::WorkspaceIsNotOfType Class Reference

Helper comparitor class used to determine if a workspace is not of a given type. More...

Public Member Functions

bool operator() (const Mantid::API::Workspace_sptr &ws) const
 
 WorkspaceIsNotOfType (const std::string &type)
 

Private Attributes

const bool m_isMatrixWorkspace
 
const std::string m_type
 

Detailed Description

Helper comparitor class used to determine if a workspace is not of a given type.

Definition at line 26 of file SelectWorkspacesDialog.cpp.

Constructor & Destructor Documentation

◆ WorkspaceIsNotOfType()

MantidQt::MantidWidgets::WorkspaceIsNotOfType::WorkspaceIsNotOfType ( const std::string &  type)
inlineexplicit

Definition at line 32 of file SelectWorkspacesDialog.cpp.

Member Function Documentation

◆ operator()()

bool MantidQt::MantidWidgets::WorkspaceIsNotOfType::operator() ( const Mantid::API::Workspace_sptr ws) const
inline

Member Data Documentation

◆ m_isMatrixWorkspace

const bool MantidQt::MantidWidgets::WorkspaceIsNotOfType::m_isMatrixWorkspace
private

Definition at line 29 of file SelectWorkspacesDialog.cpp.

Referenced by operator()().

◆ m_type

const std::string MantidQt::MantidWidgets::WorkspaceIsNotOfType::m_type
private

Definition at line 28 of file SelectWorkspacesDialog.cpp.

Referenced by operator()().


The documentation for this class was generated from the following file: