Quark  0.1
Quark.h++ File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 quark::chart
 Views and data models for rendering charts.
 
 quark::gdrive
 A GoogleDrive API for Qt.
 
 quark::gui
 General-purpose views, data models, and other UI components.
 
 quark::oauth2
 Classes for performing OAuth2 authorizations to access Google APIs.
 
 quark::service
 A simple framework for building system services.
 
 quark::syntax
 Syntax highlighters for various programming languages.
 
 quark::util
 General-purpose utilities.
 
 quark::zipfile
 Classes for reading and writing Zip archives.
 

Macros

#define LIBQUARK_API
 
#define QUARK_DECL(NS, CLASS)
 

Macro Definition Documentation

◆ LIBQUARK_API

#define LIBQUARK_API

◆ QUARK_DECL

#define QUARK_DECL (   NS,
  CLASS 
)
Value:
namespace quark { \
namespace NS { \
class CLASS; \
} \
}
Definition: BarChartView.h++:6