MorphoGraphX
|
Class that construct a state check on the current process. More...
#include <Process.hpp>
Classes | |
struct | ProcessReqs |
Public Member Functions | |
CheckState (const CheckState ©) | |
CheckState (Process *process) | |
CheckState & | store (int checks=STORE_ANY, int which=CHECK_CURRENT) |
Add a check for a store. | |
CheckState & | stack (int checks=STACK_ANY, int which=CHECK_CURRENT) |
Add a check for a stack. | |
CheckState & | mesh (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< ProcessReqs > | reqs |
Process * | process |
Class that construct a state check on the current process.