LoggerUpload Class Reference

Upload logging information to website for developer support. More...

#include <LoggerUpload.h>

List of all members.

Public Member Functions

 LoggerUpload ()
 Single constructor.

Static Public Member Functions

static void bindToMainWindow (const MainWindow *mainWindow)
 Bind to MainWindow so this class can access the command stack.
static void loggerAssert (const char *condition, const char *file, int line) NO_RETURN_VALUE
 Smart equivalent to standard assert method and Q_ASSERT (in qglobal.h).
static void loggerCheckPtr (const char *pointer, const char *file, int line) NO_RETURN_VALUE
 Smart equivalent to Q_CHECK_PTR (in qglobal.h). Similar to loggerAssert but for checking newly-allocated pointers.

Detailed Description

Upload logging information to website for developer support.

Definition at line 21 of file LoggerUpload.h.


Member Function Documentation

void LoggerUpload::loggerAssert ( const char *  condition,
const char *  file,
int  line 
) [static]

Smart equivalent to standard assert method and Q_ASSERT (in qglobal.h).

Upon error, an upload is proposed. This is static for easy access from anywhere else in the application

Definition at line 22 of file LoggerUpload.cpp.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Friends

Generated on 21 Oct 2017 for Engauge Digitizer by  doxygen 1.6.1