KiCad PCB EDA Suite
|
#include <map>
#include <memory>
#include <vector>
#include <wx/bitmap.h>
#include <wx/aui/auibar.h>
#include <wx/aui/framemanager.h>
#include <wx/popupwin.h>
#include <wx/panel.h>
#include <tool/action_manager.h>
Go to the source code of this file.
Classes | |
class | ACTION_GROUP |
A group of actions that will be displayed together on a toolbar palette. More... | |
class | ACTION_TOOLBAR_PALETTE |
A popup window that contains a row of toolbar-like buttons for the user to choose from. More... | |
class | ACTION_TOOLBAR |
Define the structure of a toolbar with buttons that invoke ACTIONs. More... | |