![]() |
KiCad PCB EDA Suite
|
#include <wx/frame.h>
#include <wx/cmdline.h>
#include <vector>
#include <kiway_holder.h>
#include <eda_base_frame.h>
Go to the source code of this file.
Classes | |
class | KIWAY_PLAYER |
A wxFrame capable of the OpenProjectFiles function, meaning it can load a portion of a KiCad project. More... | |
Macros | |
#define | WX_EVENT_LOOP wxGUIEventLoop |
#define | KICTL_EAGLE_BRD (1<<0) |
chosen *.brd file is Eagle according to user. More... | |
#define | KICTL_CREATE (1<<1) |
caller thinks requested project files may not exist. More... | |
#define | KICTL_IMPORT_LIB (1<<2) |
import all footprints into a project library. More... | |
#define KICTL_CREATE (1<<1) |
caller thinks requested project files may not exist.
Definition at line 79 of file kiway_player.h.
#define KICTL_EAGLE_BRD (1<<0) |
chosen *.brd file is Eagle according to user.
Definition at line 78 of file kiway_player.h.
#define KICTL_IMPORT_LIB (1<<2) |
import all footprints into a project library.
Definition at line 80 of file kiway_player.h.
#define WX_EVENT_LOOP wxGUIEventLoop |
Definition at line 43 of file kiway_player.h.