wxMaxima
Loading...
Searching...
No Matches
Data Structures | Functions
Autocomplete.h File Reference

This file declares the class AutoComplete. More...

#include <thread>
#include <algorithm>
#include <memory>
#include <mutex>
#include <wx/wx.h>
#include <wx/xml/xml.h>
#include <wx/event.h>
#include <wx/dir.h>
#include <vector>
#include <wx/object.h>
#include <wx/regex.h>
#include <wx/filename.h>
#include <wx/hashmap.h>
#include "Configuration.h"
#include "precomp.h"
#include "Version.h"
#include <unordered_map>
Include dependency graph for Autocomplete.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  AutoComplete
 

Functions

 wxDECLARE_EVENT (NEW_DEMO_FILES_EVENT, wxCommandEvent)
 

Detailed Description

This file declares the class AutoComplete.

AutoComplete creates the list of autocompletions for a string and allows dynamically appending maxima commands to this list as soon as they are defined.