|
wxMaxima
|
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 <vector>#include <wx/hyperlink.h>#include "cells/TextStyle.h"#include "worksheet/Worksheet.h"#include "../Configuration.h"#include "ai/AiProvider.h"Go to the source code of this file.
Data Structures | |
| class | ConfigDialogue |
| The configuration dialog. More... | |
| struct | ConfigDialogue::AiProviderUiRecord |
| One entry per configurable provider – the four built-ins (in fixed order) plus any custom ones – kept in memory only for the dialog's lifetime. "None (disabled)" is not one of these; it's a separate, always-first item in m_aiChatProviderChoice with no detail box. More... | |
Variables | |
| unsigned int | view_refresh_svg_gz_len |
| unsigned char | view_refresh_svg_gz [] |
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.