KiCad PCB EDA Suite
Loading...
Searching...
No Matches
kiway_player.h File Reference
#include <wx/frame.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_NONKICAD_ONLY   (1<<0)
 chosen file is non-KiCad according to user More...
 
#define KICTL_KICAD_ONLY   (1<<1)
 chosen file is from KiCad according to user More...
 
#define KICTL_CREATE   (1<<2)
 caller thinks requested project files may not exist. More...
 
#define KICTL_IMPORT_LIB   (1<<3)
 import all footprints into a project library. More...
 
#define KICTL_REVERT   (1<<4)
 reverting to a previously-saved (KiCad) file. More...
 

Macro Definition Documentation

◆ KICTL_CREATE

#define KICTL_CREATE   (1<<2)

caller thinks requested project files may not exist.

Definition at line 78 of file kiway_player.h.

◆ KICTL_IMPORT_LIB

#define KICTL_IMPORT_LIB   (1<<3)

import all footprints into a project library.

Definition at line 79 of file kiway_player.h.

◆ KICTL_KICAD_ONLY

#define KICTL_KICAD_ONLY   (1<<1)

chosen file is from KiCad according to user

Definition at line 77 of file kiway_player.h.

◆ KICTL_NONKICAD_ONLY

#define KICTL_NONKICAD_ONLY   (1<<0)

chosen file is non-KiCad according to user

Definition at line 76 of file kiway_player.h.

◆ KICTL_REVERT

#define KICTL_REVERT   (1<<4)

reverting to a previously-saved (KiCad) file.

Definition at line 80 of file kiway_player.h.

◆ WX_EVENT_LOOP

#define WX_EVENT_LOOP   wxGUIEventLoop

Definition at line 42 of file kiway_player.h.