GlobDefs.h File Reference

Defines various macros and global variables used by many files. More...

#include <QtGlobal>

Include dependency graph for GlobDefs.h:

This graph shows which files directly or indirectly include this file:


Defines

#define APP_NAME   QObject::tr("Happy Cube Solver")
 used in message boxes
#define MIN_HLP_PANE_WIDTH   215
#define MIN_BOT_HEIGHT   30

Variables

QWidget * g_main
 this is a global pointer to the main MainWindow instance.

Detailed Description

Defines various macros and global variables used by many files.


Define Documentation

#define APP_NAME   QObject::tr("Happy Cube Solver")

used in message boxes

#define MIN_BOT_HEIGHT   30

#define MIN_HLP_PANE_WIDTH   215


Variable Documentation

QWidget* g_main

this is a global pointer to the main MainWindow instance.

it is used in places where there is no easy reach to a parent window. This pointer is set in the main() and instantiated in main.cpp