| 
    KiCad PCB EDA Suite
    
   | 
 
#include <algorithm>#include <advanced_config.h>#include <bitmaps.h>#include <bitmap_store.h>#include <eda_draw_frame.h>#include <functional>#include <kiplatform/ui.h>#include <math/util.h>#include <memory>#include <pgm_base.h>#include <settings/common_settings.h>#include <trace_helpers.h>#include <tool/action_toolbar.h>#include <tool/actions.h>#include <tool/tool_action.h>#include <tool/tool_event.h>#include <tool/tool_interactive.h>#include <tool/tool_manager.h>#include <tool/ui/toolbar_configuration.h>#include <widgets/bitmap_button.h>#include <widgets/wx_aui_art_providers.h>#include <wx/log.h>#include <wx/popupwin.h>#include <wx/renderer.h>#include <wx/sizer.h>#include <wx/dcclient.h>#include <wx/settings.h>#include <python_scripting.h>#include <api/api_plugin_manager.h>Go to the source code of this file.
Macros | |
| #define | PALETTE_BORDER 4 | 
| #define | BUTTON_BORDER 1 | 
| #define | PALETTE_OPEN_DELAY 500 | 
| #define BUTTON_BORDER 1 | 
Definition at line 109 of file action_toolbar.cpp.
Referenced by ACTION_TOOLBAR_PALETTE::AddAction(), and ACTION_TOOLBAR::popupPalette().
| #define PALETTE_BORDER 4 | 
Definition at line 108 of file action_toolbar.cpp.
Referenced by ACTION_TOOLBAR_PALETTE::ACTION_TOOLBAR_PALETTE(), and ACTION_TOOLBAR::popupPalette().
| #define PALETTE_OPEN_DELAY 500 | 
Definition at line 719 of file action_toolbar.cpp.
Referenced by ACTION_TOOLBAR::onMouseClick().