|
MorphoGraphX
2.0-1-227
|
#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. More... | |
| CheckState & | stack (int checks=STACK_ANY, int which=CHECK_CURRENT) |
| Add a check for a stack. More... | |
| CheckState & | mesh (int checks=MESH_ANY, int which=CHECK_CURRENT) |
| Add a check for a mesh. More... | |
| operator bool () | |
| A CheckState object converts to true if the checks hold on the current process. More... | |
Protected Member Functions | |
| void | setError () |
Protected Attributes | |
| QList< ProcessReqs > | reqs |
| Process * | process |
Class that construct a state check on the current process.
Definition at line 688 of file Process.hpp.
| mgx::Process::CheckState::CheckState | ( | const CheckState & | copy | ) |
| mgx::Process::CheckState::CheckState | ( | Process * | process | ) |
| CheckState& mgx::Process::CheckState::mesh | ( | int | checks = MESH_ANY, |
| int | which = CHECK_CURRENT |
||
| ) |
Add a check for a mesh.
| mgx::Process::CheckState::operator bool | ( | ) |
A CheckState object converts to true if the checks hold on the current process.
|
protected |
| CheckState& mgx::Process::CheckState::stack | ( | int | checks = STACK_ANY, |
| int | which = CHECK_CURRENT |
||
| ) |
Add a check for a stack.
| CheckState& mgx::Process::CheckState::store | ( | int | checks = STORE_ANY, |
| int | which = CHECK_CURRENT |
||
| ) |
Add a check for a store.
|
protected |
Definition at line 721 of file Process.hpp.
|
protected |
Definition at line 720 of file Process.hpp.
1.8.17