OpenCPN Partial API docs
|
OpenCPN Toolbar. More...
#include <vector>
#include <wx/bitmap.h>
#include <wx/dynarray.h>
#include <wx/string.h>
#include <wx/tbarbase.h>
#include <wx/menuitem.h>
#include "ocpndc.h"
#include "tooltip.h"
#include "styles.h"
Go to the source code of this file.
Classes | |
class | ToolbarItemContainer |
Container for toolbar item properties. More... | |
class | ocpnToolBarSimple |
Generic toolbar implementation in pure wxWidgets adapted from wxToolBarSimple (deprecated). More... | |
class | ocpnFloatingToolbarDialog |
Floating toolbar dialog for OpenCPN. More... | |
class | ToolbarMOBDialog |
class | ToolbarChoicesDialog |
Macros | |
#define | TOOLTIPON_TIMER 10000 |
#define | TOOLTIPOFF_TIMER 10001 |
#define | FADE_TIMER 2 |
#define | DESTROY_TIMER 3 |
#define | SYMBOL_ToolbarChoices_STYLE wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX |
Typedefs | |
typedef std::vector< ToolbarItemContainer * > | ArrayOfToolbarItemContainer |
Enumerations | |
enum | { TOOLBAR_HIDE_TO_GRABBER = 0 , TOOLBAR_HIDE_TO_FIRST_TOOL } |
Variables | |
ocpnFloatingToolbarDialog * | g_MainToolbar |
Global instance. | |
OpenCPN Toolbar.
Definition in file toolbar.h.
#define SYMBOL_ToolbarChoices_STYLE wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX |
typedef std::vector<ToolbarItemContainer *> ArrayOfToolbarItemContainer |
|
extern |
Global instance.
Definition at line 65 of file toolbar.cpp.