![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|


Go to the source code of this file.
Classes | |
| class | ccLogger< level > |
| class | PluginLogger< level > |
Typedefs | |
| using | ccVerbose = ccLogger< CVLog::MessageLevelFlags::LOG_VERBOSE > |
| using | ccPrint = ccLogger< CVLog::MessageLevelFlags::LOG_STANDARD > |
| using | ccPrintHigh = ccLogger< CVLog::MessageLevelFlags::LOG_IMPORTANT > |
| using | ccWarning = ccLogger< CVLog::MessageLevelFlags::LOG_WARNING > |
| using | ccError = ccLogger< CVLog::MessageLevelFlags::LOG_ERROR > |
| using | plgVerbose = PluginLogger< CVLog::LOG_VERBOSE > |
| using | plgPrint = PluginLogger< CVLog::LOG_STANDARD > |
| using | plgPrintHigh = PluginLogger< CVLog::LOG_IMPORTANT > |
| using | plgWarning = PluginLogger< CVLog::LOG_WARNING > |
| using | plgError = PluginLogger< CVLog::LOG_ERROR > |
Functions | |
| wchar_t * | QStringToWcharArray (const QString &string) |
| Returns a newly allocated wchar_t array (null terminated) from a QString. More... | |
| void | LogPythonPath () |
| Logs the PYTHON_PATH the log console of ACloudViewer. More... | |
| void | LogPythonHome () |
| Logs the PYTHON_HOME the log console of ACloudViewer. More... | |
Definition at line 74 of file Utilities.h.
Definition at line 71 of file Utilities.h.
Definition at line 72 of file Utilities.h.
Definition at line 70 of file Utilities.h.
Definition at line 73 of file Utilities.h.
| using plgError = PluginLogger<CVLog::LOG_ERROR> |
Definition at line 103 of file Utilities.h.
| using plgPrint = PluginLogger<CVLog::LOG_STANDARD> |
Definition at line 100 of file Utilities.h.
| using plgPrintHigh = PluginLogger<CVLog::LOG_IMPORTANT> |
Definition at line 101 of file Utilities.h.
| using plgVerbose = PluginLogger<CVLog::LOG_VERBOSE> |
Definition at line 99 of file Utilities.h.
| using plgWarning = PluginLogger<CVLog::LOG_WARNING> |
Definition at line 102 of file Utilities.h.
|
inline |
Logs the PYTHON_HOME the log console of ACloudViewer.
Definition at line 140 of file Utilities.h.
References CVLog::Print().
Referenced by PythonPlugin::setMainAppInterface().
|
inline |
Logs the PYTHON_PATH the log console of ACloudViewer.
Definition at line 116 of file Utilities.h.
References CVLog::Print().
Referenced by PythonPlugin::setMainAppInterface().
|
inline |
Returns a newly allocated wchar_t array (null terminated) from a QString.
Definition at line 106 of file Utilities.h.
References size.
Referenced by PythonPluginCommand::Args::parseFrom(), and PythonConfig::pythonCompatiblePaths().