wxMaxima
Loading...
Searching...
No Matches
Data Structures
EventIDs.h File Reference

This file declares the class EventIDs that contains unique IDs for many events wxMaxima needs. More...

#include <array>
#include <wx/wx.h>
#include <wx/windowid.h>
Include dependency graph for EventIDs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  EventIDs
 The class that contains all event IDs wxMaxima needs. More...
 

Detailed Description

This file declares the class EventIDs that contains unique IDs for many events wxMaxima needs.

EventIDs have proven to be a weird thing since

We therefore need to be careful that wxWidgets knows what IDs are currently in use and that wxWidgets doesn't believe we have finished using one ID we will re-use lateron.