ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Resources.h File Reference
#include <QStringLiteral>
Include dependency graph for Resources.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PLUGIN_INFO_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/info.json")
 
#define ABOUT_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/about-icon.png")
 
#define EDITOR_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/python-editor-icon.png")
 
#define REPL_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/repl-icon.png")
 
#define DOCUMENTATION_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/documentation-icon.png")
 
#define RUNNER_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/runner-icon.png")
 
#define PACKAGE_MANAGER_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/package-manager-icon.png")
 
#define ACTION_LAUNCHER_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/launcher-icon.png")
 
#define SETTINGS_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/settings-icon.png")
 
#define PYPLUGIN_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/python-plugins-icon.png")
 
#define PYSCRIPTS_REGISTER_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/scripts-register-icon.png")
 
#define ADD_PYSCRIPT_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/add-scripts-icon.png")
 
#define REMOVE_PYSCRIPT_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/remove-scripts-icon.png")
 
#define PYSCRIPT_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/python-script-icon.png")
 

Macro Definition Documentation

◆ ABOUT_ICON_PATH

#define ABOUT_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/about-icon.png")

Definition at line 13 of file Resources.h.

◆ ACTION_LAUNCHER_ICON_PATH

#define ACTION_LAUNCHER_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/launcher-icon.png")

Definition at line 21 of file Resources.h.

◆ ADD_PYSCRIPT_ICON_PATH

#define ADD_PYSCRIPT_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/add-scripts-icon.png")

Definition at line 28 of file Resources.h.

◆ DOCUMENTATION_ICON_PATH

#define DOCUMENTATION_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/documentation-icon.png")

Definition at line 16 of file Resources.h.

◆ EDITOR_ICON_PATH

#define EDITOR_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/python-editor-icon.png")

Definition at line 14 of file Resources.h.

◆ PACKAGE_MANAGER_ICON_PATH

#define PACKAGE_MANAGER_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/package-manager-icon.png")

Definition at line 19 of file Resources.h.

◆ PLUGIN_INFO_PATH

#define PLUGIN_INFO_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/info.json")

Definition at line 12 of file Resources.h.

◆ PYPLUGIN_ICON_PATH

#define PYPLUGIN_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/python-plugins-icon.png")

Definition at line 24 of file Resources.h.

◆ PYSCRIPT_ICON_PATH

#define PYSCRIPT_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/python-script-icon.png")

Definition at line 32 of file Resources.h.

◆ PYSCRIPTS_REGISTER_ICON_PATH

#define PYSCRIPTS_REGISTER_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/scripts-register-icon.png")

Definition at line 26 of file Resources.h.

◆ REMOVE_PYSCRIPT_ICON_PATH

#define REMOVE_PYSCRIPT_ICON_PATH    QStringLiteral(":/CC/plugin/PythonRuntime/images/remove-scripts-icon.png")

Definition at line 30 of file Resources.h.

◆ REPL_ICON_PATH

#define REPL_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/repl-icon.png")

Definition at line 15 of file Resources.h.

◆ RUNNER_ICON_PATH

#define RUNNER_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/runner-icon.png")

Definition at line 18 of file Resources.h.

◆ SETTINGS_ICON_PATH

#define SETTINGS_ICON_PATH   QStringLiteral(":/CC/plugin/PythonRuntime/images/settings-icon.png")

Definition at line 23 of file Resources.h.