The PropertyLinkT class is a helper class to create Python statements for property links. More...
#include <DocumentObserver.h>
Public Member Functions | |
| std::string | getPropertyPython () const |
| PropertyLinkT () | |
| PropertyLinkT (const std::vector< DocumentObject * > &objs) | |
| PropertyLinkT (const std::vector< DocumentObject * > &objs, const std::vector< std::string > &subNames) | |
| PropertyLinkT (DocumentObject *obj) | |
| PropertyLinkT (DocumentObject *obj, const std::vector< std::string > &subNames) | |
The PropertyLinkT class is a helper class to create Python statements for property links.
| PropertyLinkT::PropertyLinkT | ( | ) |
Constructor
| PropertyLinkT::PropertyLinkT | ( | DocumentObject * | obj | ) |
Constructor
References App::DocumentObjectT::getObjectPython().
| PropertyLinkT::PropertyLinkT | ( | DocumentObject * | obj, |
| const std::vector< std::string > & | subNames | ||
| ) |
Constructor
References App::DocumentObjectT::getObjectPython().
| PropertyLinkT::PropertyLinkT | ( | const std::vector< DocumentObject * > & | objs | ) |
Constructor
References App::DocumentObjectT::getObjectPython().
| PropertyLinkT::PropertyLinkT | ( | const std::vector< DocumentObject * > & | objs, |
| const std::vector< std::string > & | subNames | ||
| ) |
Constructor
References App::DocumentObjectT::getObjectPython().
| std::string PropertyLinkT::getPropertyPython | ( | ) | const |
Get the property as Python command.
Referenced by PartDesignGui::TaskPipeParameters::accept().