Sandbox::DocumentProtectorPy Class Reference
#include <DocumentProtectorPy.h>
Public Member Functions | |
Py::Object | addObject (const Py::Tuple &) |
DocumentProtectorPy (App::DocumentPy *doc) | |
Py::Object | getattr (const char *) |
Py::Object | recompute (const Py::Tuple &) |
Py::Object | repr () |
int | setattr (const char *, const Py::Object &) |
~DocumentProtectorPy () | |
Static Public Member Functions | |
static void | init_type (void) |
Friends | |
class | DocumentProtector |
Constructor & Destructor Documentation
◆ DocumentProtectorPy()
DocumentProtectorPy::DocumentProtectorPy | ( | App::DocumentPy * | doc | ) |
References DocumentProtector.
◆ ~DocumentProtectorPy()
DocumentProtectorPy::~DocumentProtectorPy | ( | ) |
Member Function Documentation
◆ addObject()
Py::Object DocumentProtectorPy::addObject | ( | const Py::Tuple & | args | ) |
Referenced by init_type().
◆ getattr()
Py::Object DocumentProtectorPy::getattr | ( | const char * | attr | ) |
◆ init_type()
|
static |
References addObject(), and recompute().
Referenced by Sandbox::PythonBaseClass::sequence_repeat().
◆ recompute()
Py::Object DocumentProtectorPy::recompute | ( | const Py::Tuple & | args | ) |
Referenced by init_type().
◆ repr()
Py::Object DocumentProtectorPy::repr | ( | ) |
◆ setattr()
int DocumentProtectorPy::setattr | ( | const char * | attr, |
const Py::Object & | value | ||
) |
Friends And Related Function Documentation
◆ DocumentProtector
|
friend |
Referenced by DocumentProtectorPy().
The documentation for this class was generated from the following files:
- src/Mod/Sandbox/App/DocumentProtectorPy.h
- src/Mod/Sandbox/App/DocumentProtectorPy.cpp