|
KiCad PCB EDA Suite
|
< Collection of data relevant to the package display panelCallback for (un)install button More...
#include <panel_package.h>
Public Member Functions | |
| PACKAGE_VIEW_DATA (const PCM_PACKAGE aPackage) | |
| PACKAGE_VIEW_DATA (const PCM_INSTALLATION_ENTRY &aEntry) | |
Public Attributes | |
| const PCM_PACKAGE | package |
| wxBitmap * | bitmap |
| PCM_PACKAGE_STATE | state |
| bool | pinned |
| wxString | repository_id |
| wxString | repository_name |
| wxString | current_version |
| wxString | update_version |
< Collection of data relevant to the package display panelCallback for (un)install button
Definition at line 30 of file panel_package.h.
|
inline |
Definition at line 40 of file panel_package.h.
References bitmap, move, package, pinned, PPS_INSTALLED, and state.
|
inline |
Definition at line 43 of file panel_package.h.
References bitmap, current_version, PCM_INSTALLATION_ENTRY::current_version, move, package, pinned, PCM_INSTALLATION_ENTRY::pinned, PPS_INSTALLED, repository_id, PCM_INSTALLATION_ENTRY::repository_id, repository_name, PCM_INSTALLATION_ENTRY::repository_name, and state.
| wxBitmap* PACKAGE_VIEW_DATA::bitmap |
Definition at line 33 of file panel_package.h.
Referenced by PACKAGE_VIEW_DATA(), PACKAGE_VIEW_DATA(), DIALOG_PCM::setInstalledPackages(), and DIALOG_PCM::setRepositoryData().
| wxString PACKAGE_VIEW_DATA::current_version |
Definition at line 38 of file panel_package.h.
Referenced by DIALOG_PCM::DIALOG_PCM(), PACKAGE_VIEW_DATA(), and DIALOG_PCM::setRepositoryData().
| const PCM_PACKAGE PACKAGE_VIEW_DATA::package |
Definition at line 32 of file panel_package.h.
Referenced by DIALOG_PCM::DIALOG_PCM(), PACKAGE_VIEW_DATA(), PACKAGE_VIEW_DATA(), DIALOG_PCM::setInstalledPackages(), and DIALOG_PCM::setRepositoryData().
| bool PACKAGE_VIEW_DATA::pinned |
Definition at line 35 of file panel_package.h.
Referenced by PACKAGE_VIEW_DATA(), PACKAGE_VIEW_DATA(), and DIALOG_PCM::setRepositoryData().
| wxString PACKAGE_VIEW_DATA::repository_id |
Definition at line 36 of file panel_package.h.
Referenced by DIALOG_PCM::DIALOG_PCM(), PACKAGE_VIEW_DATA(), and DIALOG_PCM::setRepositoryData().
| wxString PACKAGE_VIEW_DATA::repository_name |
Definition at line 37 of file panel_package.h.
Referenced by DIALOG_PCM::DIALOG_PCM(), PACKAGE_VIEW_DATA(), and DIALOG_PCM::setRepositoryData().
| PCM_PACKAGE_STATE PACKAGE_VIEW_DATA::state |
Definition at line 34 of file panel_package.h.
Referenced by PANEL_PACKAGES_VIEW::canRunAction(), PACKAGE_VIEW_DATA(), PACKAGE_VIEW_DATA(), DIALOG_PCM::setInstalledPackages(), PANEL_PACKAGES_VIEW::setPackageDetails(), and DIALOG_PCM::setRepositoryData().
| wxString PACKAGE_VIEW_DATA::update_version |
Definition at line 39 of file panel_package.h.
Referenced by PANEL_PACKAGES_VIEW::OnUpdateAllClicked(), DIALOG_PCM::setInstalledPackages(), and DIALOG_PCM::setRepositoryData().