#include <CommandT.h>
|
static std::string | str (const char *s) |
|
static std::string | str (const QString &s) |
|
static std::string | str (const std::ostream &s) |
|
static std::string | str (const std::ostringstream &s) |
|
static std::string | str (const std::string &s) |
|
static std::string | str (const std::stringstream &s) |
|
static std::string | toStr (boost::format &f) |
|
template<typename T , typename... Args> |
static std::string | toStr (boost::format &f, T &&t, Args &&... args) |
|
◆ str() [1/6]
static std::string Gui::FormatString::str |
( |
const char * |
s | ) |
|
|
static |
◆ str() [2/6]
static std::string Gui::FormatString::str |
( |
const QString & |
s | ) |
|
|
static |
◆ str() [3/6]
static std::string Gui::FormatString::str |
( |
const std::ostream & |
s | ) |
|
|
static |
◆ str() [4/6]
static std::string Gui::FormatString::str |
( |
const std::ostringstream & |
s | ) |
|
|
static |
◆ str() [5/6]
static std::string Gui::FormatString::str |
( |
const std::string & |
s | ) |
|
|
static |
◆ str() [6/6]
static std::string Gui::FormatString::str |
( |
const std::stringstream & |
s | ) |
|
|
static |
◆ toStr() [1/2]
static std::string Gui::FormatString::toStr |
( |
boost::format & |
f | ) |
|
|
static |
◆ toStr() [2/2]
template<typename T , typename... Args>
static std::string Gui::FormatString::toStr |
( |
boost::format & |
f, |
|
|
T && |
t, |
|
|
Args &&... |
args |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- FreeCAD/src/Gui/CommandT.h