Krita Source Code Documentation
Loading...
Searching...
No Matches
utilities.h File Reference
#include <cmath>
#include <Python.h>
#include <QString>

Go to the source code of this file.

Classes

class  PyKrita::Python
 

Namespaces

namespace  PyKrita
 

Macros

#define PQ(x)   x.toUtf8().constData()
 Save us some ruddy time when printing out QStrings with UTF-8.
 

Enumerations

enum  PyKrita::InitResult {
  PyKrita::INIT_UNINITIALIZED , PyKrita::INIT_OK , PyKrita::INIT_CANNOT_LOAD_PYTHON_LIBRARY , PyKrita::INIT_CANNOT_SET_PYTHON_PATHS ,
  PyKrita::INIT_CANNOT_LOAD_PYKRITA_MODULE
}
 

Functions

void PyKrita::finalize ()
 
InitResult PyKrita::initialize ()
 
PythonPluginManagerPyKrita::pluginManager ()
 

Macro Definition Documentation

◆ PQ

#define PQ ( x)    x.toUtf8().constData()

Save us some ruddy time when printing out QStrings with UTF-8.

Definition at line 21 of file utilities.h.