KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_package.h File Reference
#include <functional>
#include "panel_package_base.h"
#include "pcm.h"

Go to the source code of this file.

Classes

struct  PACKAGE_VIEW_DATA
 < Collection of data relevant to the package display panelCallback for (un)install button More...
 
class  PANEL_PACKAGE
 

Typedefs

using ActionCallback
 
using PinCallback
 

Typedef Documentation

◆ ActionCallback

Initial value:
std::function<void( const PACKAGE_VIEW_DATA& aData,
PCM_PACKAGE_ACTION aAction, const wxString& aVersion )>
PCM_PACKAGE_ACTION
Definition pcm.h:71
< Collection of data relevant to the package display panelCallback for (un)install button

Definition at line 56 of file panel_package.h.

◆ PinCallback

using PinCallback
Initial value:
std::function<void( const wxString& aPackageId, const PCM_PACKAGE_STATE aState,
const bool aPinned )>
PCM_PACKAGE_STATE
Definition pcm.h:58

Definition at line 59 of file panel_package.h.