Krita Source Code Documentation
Loading...
Searching...
No Matches
krita::Krita::Private Struct Reference

Public Member Functions

 Private ()
 

Public Attributes

bool batchMode {false}
 
QList< Extension * > extensions
 
Notifiernotifier {new Notifier()}
 

Detailed Description

Definition at line 61 of file Krita.cpp.

Constructor & Destructor Documentation

◆ Private()

krita::Krita::Private::Private ( )
inline

Definition at line 62 of file Krita.cpp.

62{}

Member Data Documentation

◆ batchMode

bool krita::Krita::Private::batchMode {false}

Definition at line 64 of file Krita.cpp.

64{false};

◆ extensions

QList<Extension*> krita::Krita::Private::extensions

Definition at line 63 of file Krita.cpp.

◆ notifier

Notifier* krita::Krita::Private::notifier {new Notifier()}

Definition at line 65 of file Krita.cpp.

65{new Notifier()};

The documentation for this struct was generated from the following file: