KiCad PCB EDA Suite
Loading...
Searching...
No Matches
action_menu.cpp File Reference
#include <bitmaps.h>
#include <eda_base_frame.h>
#include <functional>
#include <id.h>
#include <kiface_base.h>
#include <tool/action_menu.h>
#include <tool/actions.h>
#include <tool/tool_event.h>
#include <tool/tool_interactive.h>
#include <tool/tool_manager.h>
#include <trace_helpers.h>
#include <wx/log.h>
#include <wx/stc/stc.h>
#include <textentry_tricks.h>
#include <wx/listctrl.h>
#include <wx/grid.h>
#include <widgets/ui_common.h>

Go to the source code of this file.

Macros

#define ID_CONTEXT_MENU_ID_MAX   wxID_LOWEST /* = 100 should be plenty */
 

Variables

static int g_last_menu_highlighted_id = 0
 
static VECTOR2D g_menu_open_position
 

Macro Definition Documentation

◆ ID_CONTEXT_MENU_ID_MAX

#define ID_CONTEXT_MENU_ID_MAX   wxID_LOWEST /* = 100 should be plenty */

Variable Documentation

◆ g_last_menu_highlighted_id

int g_last_menu_highlighted_id = 0
static

Definition at line 388 of file action_menu.cpp.

Referenced by ACTION_MENU::OnIdle(), and ACTION_MENU::OnMenuEvent().

◆ g_menu_open_position

VECTOR2D g_menu_open_position
static

Definition at line 393 of file action_menu.cpp.

Referenced by ACTION_MENU::OnIdle(), and ACTION_MENU::OnMenuEvent().