PropertyDefinitionHelpFormatter Class Reference

PropertyDefinitionHelpFormatter. More...

#include <ArmarXCore/core/application/properties/PropertyDefinitionHelpFormatter.h>

+ Inheritance diagram for PropertyDefinitionHelpFormatter:

Public Member Functions

std::string formatAttribute (std::string name, std::string details) override
 
std::string formatBounds (std::string min, std::string max) override
 
std::string formatCaseSensitivity (std::string caseSensitivity) override
 
std::string formatDefault (std::string default_) override
 
std::string formatDefinition (std::string name, std::string description, std::string min, std::string max, std::string default_, std::string casesensitivity, std::string requirement, std::string reged, std::vector< std::string > values, std::string value) override
 
std::string formatDescription (std::string description) override
 
std::string formatHeader (std::string headerText) override
 
std::string formatName (std::string name) override
 
std::string formatRegex (std::string regex) override
 
std::string formatRequirement (std::string requirement) override
 
std::string formatValue (std::string value) override
 
std::string formatValues (std::vector< std::string > values) override
 
std::string getFormat () override
 
- Public Member Functions inherited from PropertyDefinitionFormatter
virtual std::string getPrefix () const
 
virtual void setPrefix (std::string prefix)
 
virtual ~PropertyDefinitionFormatter ()
 

Additional Inherited Members

- Protected Attributes inherited from PropertyDefinitionFormatter
std::string prefix
 

Detailed Description

Member Function Documentation

◆ formatAttribute()

std::string formatAttribute ( std::string  name,
std::string  details 
)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 153 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the caller graph for this function:

◆ formatBounds()

std::string formatBounds ( std::string  min,
std::string  max 
)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 82 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ formatCaseSensitivity()

std::string formatCaseSensitivity ( std::string  caseSensitivity)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 107 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ formatDefault()

std::string formatDefault ( std::string  default_)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 102 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ formatDefinition()

std::string formatDefinition ( std::string  name,
std::string  description,
std::string  min,
std::string  max,
std::string  default_,
std::string  casesensitivity,
std::string  requirement,
std::string  reged,
std::vector< std::string >  values,
std::string  value 
)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 35 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the call graph for this function:

◆ formatDescription()

std::string formatDescription ( std::string  description)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 77 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the caller graph for this function:

◆ formatHeader()

std::string formatHeader ( std::string  headerText)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 167 of file PropertyDefinitionHelpFormatter.cpp.

◆ formatName()

std::string formatName ( std::string  name)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 72 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the caller graph for this function:

◆ formatRegex()

std::string formatRegex ( std::string  regex)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 117 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ formatRequirement()

std::string formatRequirement ( std::string  requirement)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 112 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ formatValue()

std::string formatValue ( std::string  value)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 148 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ formatValues()

std::string formatValues ( std::vector< std::string >  values)
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 122 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getFormat()

std::string getFormat ( )
overridevirtual

Implements PropertyDefinitionFormatter.

Definition at line 59 of file PropertyDefinitionHelpFormatter.cpp.

+ Here is the caller graph for this function:

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