|
KiCad PCB EDA Suite
|
This is the complete list of members for API_HANDLER_FOOTPRINT, including all inherited members.
| API_HANDLER() | API_HANDLER | inline |
| API_HANDLER_BOARD(std::shared_ptr< BOARD_CONTEXT > aContext, EDA_BASE_FRAME *aFrame=nullptr) | API_HANDLER_BOARD | |
| API_HANDLER_EDITOR(EDA_BASE_FRAME *aFrame=nullptr) | API_HANDLER_EDITOR | |
| API_HANDLER_FOOTPRINT(FOOTPRINT_EDIT_FRAME *aFrame) | API_HANDLER_FOOTPRINT | |
| API_HANDLER_FOOTPRINT(std::shared_ptr< FOOTPRINT_CONTEXT > aContext, FOOTPRINT_EDIT_FRAME *aFrame=nullptr) | API_HANDLER_FOOTPRINT | |
| board() const | API_HANDLER_BOARD | inlineprotected |
| checkForBusy() | API_HANDLER_EDITOR | protectedvirtual |
| checkForHeadless(const std::string &aCommandName) const | API_HANDLER_BOARD | protected |
| context() const | API_HANDLER_BOARD | inlineprotected |
| createCommit() override | API_HANDLER_BOARD | protectedvirtual |
| createItemForType(KICAD_T aType, BOARD_ITEM_CONTAINER *aContainer) | API_HANDLER_BOARD | protectedstatic |
| deleteItemsInternal(std::map< KIID, ItemDeletionStatus > &aItemsToDelete, const std::string &aClientName) override | API_HANDLER_BOARD | protectedvirtual |
| footprintContext() const | API_HANDLER_FOOTPRINT | inlineprivate |
| frame() const | API_HANDLER_FOOTPRINT | private |
| getCurrentCommit(const std::string &aClientName) | API_HANDLER_EDITOR | protected |
| getDefaultContainer() override | API_HANDLER_FOOTPRINT | protectedvirtual |
| getDrawingSheetFileName() | API_HANDLER_EDITOR | inlineprotectedvirtual |
| getItemById(const KIID &aId) const | API_HANDLER_BOARD | protected |
| getItemFromDocument(const DocumentSpecifier &aDocument, const KIID &aId) override | API_HANDLER_BOARD | protectedvirtual |
| getIuScale() const | API_HANDLER_EDITOR | inlineprotectedvirtual |
| getPageSettings() | API_HANDLER_EDITOR | inlineprotectedvirtual |
| getTitleBlock() | API_HANDLER_EDITOR | inlineprotectedvirtual |
| Handle(ApiRequest &aMsg) | API_HANDLER | |
| handleAddToSelection(const HANDLER_CONTEXT< commands::AddToSelection > &aCtx) | API_HANDLER_BOARD | private |
| handleBeginCommit(const HANDLER_CONTEXT< commands::BeginCommit > &aCtx) | API_HANDLER_EDITOR | protected |
| handleCheckPadstackPresenceOnLayers(const HANDLER_CONTEXT< CheckPadstackPresenceOnLayers > &aCtx) | API_HANDLER_BOARD | private |
| handleClearSelection(const HANDLER_CONTEXT< commands::ClearSelection > &aCtx) | API_HANDLER_BOARD | private |
| handleCreateItems(const HANDLER_CONTEXT< commands::CreateItems > &aCtx) | API_HANDLER_EDITOR | protected |
| handleCreateUpdateItemsInternal(bool aCreate, const std::string &aClientName, const types::ItemHeader &aHeader, const google::protobuf::RepeatedPtrField< google::protobuf::Any > &aItems, std::function< void(commands::ItemStatus, google::protobuf::Any)> aItemHandler) override | API_HANDLER_BOARD | protectedvirtual |
| handleDeleteItems(const HANDLER_CONTEXT< commands::DeleteItems > &aCtx) | API_HANDLER_EDITOR | protected |
| handleEndCommit(const HANDLER_CONTEXT< commands::EndCommit > &aCtx) | API_HANDLER_EDITOR | protected |
| handleExpandTextVariables(const HANDLER_CONTEXT< commands::ExpandTextVariables > &aCtx) | API_HANDLER_BOARD | private |
| handleGetActiveLayer(const HANDLER_CONTEXT< GetActiveLayer > &aCtx) | API_HANDLER_BOARD | private |
| handleGetBoardEnabledLayers(const HANDLER_CONTEXT< GetBoardEnabledLayers > &aCtx) | API_HANDLER_BOARD | private |
| handleGetBoundingBox(const HANDLER_CONTEXT< commands::GetBoundingBox > &aCtx) | API_HANDLER_BOARD | private |
| handleGetGraphicsDefaults(const HANDLER_CONTEXT< GetGraphicsDefaults > &aCtx) | API_HANDLER_BOARD | private |
| handleGetItems(const HANDLER_CONTEXT< commands::GetItems > &aCtx) | API_HANDLER_FOOTPRINT | private |
| handleGetItemsById(const HANDLER_CONTEXT< commands::GetItemsById > &aCtx) | API_HANDLER_BOARD | private |
| handleGetOpenDocuments(const HANDLER_CONTEXT< commands::GetOpenDocuments > &aCtx) | API_HANDLER_FOOTPRINT | private |
| handleGetPadShapeAsPolygon(const HANDLER_CONTEXT< GetPadShapeAsPolygon > &aCtx) | API_HANDLER_BOARD | private |
| handleGetPageSettings(const HANDLER_CONTEXT< commands::GetPageSettings > &aCtx) | API_HANDLER_EDITOR | protected |
| handleGetSelection(const HANDLER_CONTEXT< commands::GetSelection > &aCtx) | API_HANDLER_BOARD | private |
| handleGetStackup(const HANDLER_CONTEXT< GetBoardStackup > &aCtx) | API_HANDLER_BOARD | private |
| handleGetTitleBlockInfo(const HANDLER_CONTEXT< commands::GetTitleBlockInfo > &aCtx) | API_HANDLER_EDITOR | protected |
| handleGetVisibleLayers(const HANDLER_CONTEXT< GetVisibleLayers > &aCtx) | API_HANDLER_BOARD | private |
| handleHitTest(const HANDLER_CONTEXT< commands::HitTest > &aCtx) | API_HANDLER_EDITOR | protected |
| handleInteractiveMoveItems(const HANDLER_CONTEXT< InteractiveMoveItems > &aCtx) | API_HANDLER_BOARD | private |
| handleOpenLibraryItem(const HANDLER_CONTEXT< commands::OpenLibraryItem > &aCtx) | API_HANDLER_FOOTPRINT | private |
| handleParseAndCreateItemsFromString(const HANDLER_CONTEXT< commands::ParseAndCreateItemsFromString > &aCtx) | API_HANDLER_BOARD | private |
| handleRemoveFromSelection(const HANDLER_CONTEXT< commands::RemoveFromSelection > &aCtx) | API_HANDLER_BOARD | private |
| handleRevertDocument(const HANDLER_CONTEXT< commands::RevertDocument > &aCtx) | API_HANDLER_FOOTPRINT | private |
| handleRunAction(const HANDLER_CONTEXT< commands::RunAction > &aCtx) | API_HANDLER_BOARD | private |
| handleSaveCopyOfDocument(const HANDLER_CONTEXT< commands::SaveCopyOfDocument > &aCtx) | API_HANDLER_FOOTPRINT | private |
| handleSaveDocument(const HANDLER_CONTEXT< commands::SaveDocument > &aCtx) | API_HANDLER_FOOTPRINT | private |
| handleSaveDocumentToString(const HANDLER_CONTEXT< commands::SaveDocumentToString > &aCtx) | API_HANDLER_BOARD | private |
| handleSaveSelectionToString(const HANDLER_CONTEXT< commands::SaveSelectionToString > &aCtx) | API_HANDLER_BOARD | private |
| handleSetActiveLayer(const HANDLER_CONTEXT< SetActiveLayer > &aCtx) | API_HANDLER_BOARD | private |
| handleSetPageSettings(const HANDLER_CONTEXT< commands::SetPageSettings > &aCtx) | API_HANDLER_EDITOR | protected |
| handleSetTitleBlockInfo(const HANDLER_CONTEXT< commands::SetTitleBlockInfo > &aCtx) | API_HANDLER_EDITOR | protected |
| handleSetVisibleLayers(const HANDLER_CONTEXT< SetVisibleLayers > &aCtx) | API_HANDLER_BOARD | private |
| handleUpdateItems(const HANDLER_CONTEXT< commands::UpdateItems > &aCtx) | API_HANDLER_EDITOR | protected |
| m_activeClients | API_HANDLER_EDITOR | protected |
| m_commits | API_HANDLER_EDITOR | protected |
| m_context | API_HANDLER_BOARD | private |
| m_defaultCommitMessage | API_HANDLER | protectedstatic |
| m_frame | API_HANDLER_EDITOR | protected |
| m_handlers | API_HANDLER | protected |
| onModified() | API_HANDLER_EDITOR | inlineprotectedvirtual |
| parseRequestedItemTypes(const google::protobuf::RepeatedField< int > &aTypes) | API_HANDLER_BOARD | protected |
| project() const | API_HANDLER_BOARD | inlineprotected |
| pushCurrentCommit(const std::string &aClientName, const wxString &aMessage) override | API_HANDLER_BOARD | protectedvirtual |
| registerHandler(HANDLER_RESULT< ResponseType >(HandlerType::*aHandler)(const HANDLER_CONTEXT< RequestType > &)) | API_HANDLER | inlineprotected |
| REQUEST_HANDLER typedef | API_HANDLER | protected |
| setDrawingSheetFileName(const wxString &aFileName) | API_HANDLER_EDITOR | inlineprotectedvirtual |
| setPageSettings(const PAGE_INFO &aPageInfo) | API_HANDLER_EDITOR | inlineprotectedvirtual |
| thisDocumentType() const override | API_HANDLER_FOOTPRINT | inlineprotectedvirtual |
| toolManager() const | API_HANDLER_BOARD | inlineprotected |
| tryUnpack(ApiRequest &aRequest, ApiResponse &aReply, MessageType &aDest) | API_HANDLER | inlineprivate |
| validateAndGetFootprint(const DocumentSpecifier &aDocument) | API_HANDLER_FOOTPRINT | private |
| validateDocument(const DocumentSpecifier &aDocument) | API_HANDLER_EDITOR | protected |
| validateDocumentInternal(const DocumentSpecifier &aDocument) const override | API_HANDLER_FOOTPRINT | protectedvirtual |
| validateItemHeaderDocument(const kiapi::common::types::ItemHeader &aHeader) | API_HANDLER_EDITOR | protected |
| ~API_HANDLER() | API_HANDLER | inlinevirtual |