wxMaxima
Loading...
Searching...
No Matches
Data Structures | Enumerations | Variables
ConfigDialogue.h File Reference

The configuration dialog. More...

#include "precomp.h"
#include <wx/wx.h>
#include "BinaryNameCtrl.h"
#include <wx/image.h>
#include <wx/grid.h>
#include <wx/hashmap.h>
#include <wx/clrpicker.h>
#include <memory>
#include <wx/propdlg.h>
#include <wx/generic/propdlg.h>
#include <wx/spinctrl.h>
#include <wx/notebook.h>
#include <wx/imaglist.h>
#include <wx/bookctrl.h>
#include <wx/artprov.h>
#include <unordered_map>
#include "cells/TextStyle.h"
#include "../Worksheet.h"
#include "../Configuration.h"
Include dependency graph for ConfigDialogue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ConfigDialogue
 The configuration dialog. More...
 

Enumerations

enum  {
  color_id , listbox_styleFor , checkbox_bold , checkbox_italic ,
  checkbox_underlined , checkbox_slanted , checkbox_strikethrough , button_defaultFont ,
  button_mathFont , style_font_family , language_id , save_id ,
  load_id
}
 

Variables

unsigned int view_refresh_svg_gz_len
 
unsigned char view_refresh_svg_gz []
 

Detailed Description

The configuration dialog.

This file contains the code for ConfigDialogue, the class that handles the preferences dialog. The preferences themself will be read directly using config->Read , instead, where needed or from Configuration.