#include <ObjectIdentifier.h>
◆ String() [1/2]
App::ObjectIdentifier::String::String |
( |
const std::string & |
s = "" , |
|
|
bool |
_isRealString = false , |
|
|
bool |
_forceIdentifier = false |
|
) |
| |
◆ String() [2/2]
App::ObjectIdentifier::String::String |
( |
std::string && |
s, |
|
|
bool |
_isRealString = false , |
|
|
bool |
_forceIdentifier = false |
|
) |
| |
◆ checkImport()
◆ FC_DEFAULT_CTORS()
App::ObjectIdentifier::String::FC_DEFAULT_CTORS |
( |
String |
| ) |
|
◆ getString()
const std::string & App::ObjectIdentifier::String::getString |
( |
| ) |
const |
Returns the string.
Referenced by App::ObjectIdentifier::access(), Sketcher::SketchObject::carbonCopy(), App::ObjectIdentifier::getDepLabels(), App::ObjectIdentifier::getPropertyComponents(), App::ObjectIdentifier::getStringList(), App::ObjectIdentifier::getSubObjectName(), App::ObjectIdentifier::hasDocumentObjectName(), App::ObjectIdentifier::importSubNames(), App::ObjectIdentifier::relabeledDocument(), App::ObjectIdentifier::replaceObject(), App::ObjectIdentifier::resolve(), App::ObjectIdentifier::resolveAmbiguity(), App::ObjectIdentifier::ResolveResults::resolveErrorString(), App::ObjectIdentifier::resolveProperty(), App::ObjectIdentifier::toPersistentString(), App::ObjectIdentifier::toString(), App::ObjectIdentifier::updateElementReference(), and App::ObjectIdentifier::updateLabelReference().
◆ isForceIdentifier()
bool App::ObjectIdentifier::String::isForceIdentifier |
( |
| ) |
const |
◆ isRealString()
bool App::ObjectIdentifier::String::isRealString |
( |
| ) |
const |
◆ operator const char *()
App::ObjectIdentifier::String::operator const char * |
( |
| ) |
const |
◆ operator std::string()
App::ObjectIdentifier::String::operator std::string |
( |
| ) |
const |
◆ operator!=()
bool App::ObjectIdentifier::String::operator!= |
( |
const String & |
other | ) |
const |
◆ operator<()
bool App::ObjectIdentifier::String::operator< |
( |
const String & |
other | ) |
const |
◆ operator==()
bool App::ObjectIdentifier::String::operator== |
( |
const String & |
other | ) |
const |
◆ operator>()
bool App::ObjectIdentifier::String::operator> |
( |
const String & |
other | ) |
const |
◆ operator>=()
bool App::ObjectIdentifier::String::operator>= |
( |
const String & |
other | ) |
const |
◆ toString()
std::string ObjectIdentifier::String::toString |
( |
bool |
toPython = false | ) |
const |
◆ ObjectIdentifier
The documentation for this class was generated from the following files:
- FreeCAD/src/App/ObjectIdentifier.h
- FreeCAD/src/App/ObjectIdentifier.cpp