App::PropertyLinkT Class Reference

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)
 

Detailed Description

The PropertyLinkT class is a helper class to create Python statements for property links.

Constructor & Destructor Documentation

◆ PropertyLinkT() [1/5]

PropertyLinkT::PropertyLinkT ( )

Constructor

◆ PropertyLinkT() [2/5]

PropertyLinkT::PropertyLinkT ( DocumentObject obj)

Constructor

References App::DocumentObjectT::getObjectPython().

◆ PropertyLinkT() [3/5]

PropertyLinkT::PropertyLinkT ( DocumentObject obj,
const std::vector< std::string > &  subNames 
)

Constructor

References App::DocumentObjectT::getObjectPython().

◆ PropertyLinkT() [4/5]

PropertyLinkT::PropertyLinkT ( const std::vector< DocumentObject * > &  objs)

Constructor

References App::DocumentObjectT::getObjectPython().

◆ PropertyLinkT() [5/5]

PropertyLinkT::PropertyLinkT ( const std::vector< DocumentObject * > &  objs,
const std::vector< std::string > &  subNames 
)

Constructor

References App::DocumentObjectT::getObjectPython().

Member Function Documentation

◆ getPropertyPython()

std::string PropertyLinkT::getPropertyPython ( ) const

Get the property as Python command.

Referenced by PartDesignGui::TaskPipeParameters::accept().


The documentation for this class was generated from the following files: