Return object for feature execution. More...
#include <DocumentObject.h>
Public Member Functions | |
| DocumentObjectExecReturn (const char *sWhy, DocumentObject *WhichObject=0) | |
| DocumentObjectExecReturn (const std::string &sWhy, DocumentObject *WhichObject=0) | |
Public Attributes | |
| DocumentObject * | Which |
| std::string | Why |
Return object for feature execution.
Definition at line 43 of file DocumentObject.h.
| App::DocumentObjectExecReturn::DocumentObjectExecReturn | ( | const std::string & | sWhy, | |
| DocumentObject * | WhichObject = 0 | |||
| ) | [inline] |
Definition at line 46 of file DocumentObject.h.
| App::DocumentObjectExecReturn::DocumentObjectExecReturn | ( | const char * | sWhy, | |
| DocumentObject * | WhichObject = 0 | |||
| ) | [inline] |
Definition at line 50 of file DocumentObject.h.
Definition at line 58 of file DocumentObject.h.
Referenced by App::Document::_recomputeFeature().
| std::string App::DocumentObjectExecReturn::Why |
Definition at line 57 of file DocumentObject.h.
Referenced by App::Document::_recomputeFeature().
1.6.1