MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
mgx::process::Process::CheckState Class Reference

Class that construct a state check on the current process. More...

#include <Process.hpp>

Classes

struct  ProcessReqs
 

Public Member Functions

 CheckState (const CheckState &copy)
 
 CheckState (Process *process)
 
CheckStatestore (int checks=STORE_ANY, int which=CHECK_CURRENT)
 Add a check for a store.
 
CheckStatestack (int checks=STACK_ANY, int which=CHECK_CURRENT)
 Add a check for a stack.
 
CheckStatemesh (int checks=MESH_ANY, int which=CHECK_CURRENT)
 Add a check for a mesh.
 
 operator bool ()
 A CheckState object converts to true if the checks hold on the current process.
 

Protected Member Functions

void setError ()
 

Protected Attributes

QList< ProcessReqsreqs
 
Processprocess
 

Detailed Description

Class that construct a state check on the current process.


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