OpenCPN Partial API docs
|
Implement hotkeys.h – hotkeys help dialog ('?' button). More...
#include <array>
#include <string>
#include <wx/button.h>
#include <wx/dialog.h>
#include <wx/grid.h>
#include <wx/intl.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/string.h>
#include "ocpn_plugin.h"
#include "hotkeys_dlg.h"
#include "manual.h"
Go to the source code of this file.
Classes | |
class | ButtonsSizer |
The Done button. More... | |
class | ButtonsSizer::ManualButton |
The "Browse manual" button. More... | |
class | ButtonsSizer::CloseButton |
The Close button. More... | |
class | GridSizer |
Overall help message: key functions and bindings in a string matrix. More... | |
Implement hotkeys.h – hotkeys help dialog ('?' button).
Definition in file hotkeys_dlg.cpp.