![]() |
KiCad PCB EDA Suite
|
#include <bitmaps.h>
#include <class_library.h>
#include <confirm.h>
#include <dialog_helpers.h>
#include <dialog_choose_symbol.h>
#include <eeschema_id.h>
#include <eeschema_settings.h>
#include <kiface_i.h>
#include <kiway.h>
#include <symbol_viewer_frame.h>
#include <widgets/msgpanel.h>
#include <sch_view.h>
#include <sch_painter.h>
#include <symbol_lib_table.h>
#include <symbol_tree_model_adapter.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <tool/action_toolbar.h>
#include <tool/common_control.h>
#include <tool/common_tools.h>
#include <tool/editor_conditions.h>
#include <tool/selection.h>
#include <tool/tool_dispatcher.h>
#include <tool/tool_manager.h>
#include <tool/zoom_tool.h>
#include <tools/ee_actions.h>
#include <tools/symbol_editor_control.h>
#include <tools/ee_inspection_tool.h>
#include <view/view_controls.h>
#include <default_values.h>
Go to the source code of this file.
Macros | |
#define | LIB_VIEW_NAME "ViewlibFrame" |
#define | LIB_VIEW_NAME_MODAL "ViewlibFrameModal" |
#define | LIB_VIEW_STYLE ( KICAD_DEFAULT_DRAWFRAME_STYLE ) |
#define | LIB_VIEW_STYLE_MODAL ( KICAD_DEFAULT_DRAWFRAME_STYLE | wxFRAME_FLOAT_ON_PARENT ) |
#define | ENABLE(x) ACTION_CONDITIONS().Enable( x ) |
#define | CHECK(x) ACTION_CONDITIONS().Check( x ) |
#define CHECK | ( | x | ) | ACTION_CONDITIONS().Check( x ) |
#define ENABLE | ( | x | ) | ACTION_CONDITIONS().Enable( x ) |
#define LIB_VIEW_NAME "ViewlibFrame" |
Definition at line 91 of file symbol_viewer_frame.cpp.
#define LIB_VIEW_NAME_MODAL "ViewlibFrameModal" |
Definition at line 92 of file symbol_viewer_frame.cpp.
#define LIB_VIEW_STYLE ( KICAD_DEFAULT_DRAWFRAME_STYLE ) |
Definition at line 94 of file symbol_viewer_frame.cpp.
#define LIB_VIEW_STYLE_MODAL ( KICAD_DEFAULT_DRAWFRAME_STYLE | wxFRAME_FLOAT_ON_PARENT ) |
Definition at line 95 of file symbol_viewer_frame.cpp.