KiCad PCB EDA Suite
Loading...
Searching...
No Matches
X3D_DICT Class Reference

#include <x3d_base.h>

Public Member Functions

bool AddName (const wxString &aName, X3DNODE *aNode)
 
bool DelName (const wxString &aName, X3DNODE *aNode)
 
X3DNODEFindName (const wxString &aName)
 

Private Attributes

std::map< wxString, X3DNODE * > reg
 

Detailed Description

Definition at line 48 of file x3d_base.h.

Member Function Documentation

◆ AddName()

bool X3D_DICT::AddName ( const wxString &  aName,
X3DNODE aNode 
)

◆ DelName()

bool X3D_DICT::DelName ( const wxString &  aName,
X3DNODE aNode 
)

Definition at line 51 of file x3d_base.cpp.

References reg.

Referenced by X3DAPP::~X3DAPP(), and X3DNODE::~X3DNODE().

◆ FindName()

X3DNODE * X3D_DICT::FindName ( const wxString &  aName)

Member Data Documentation

◆ reg

std::map< wxString, X3DNODE* > X3D_DICT::reg
private

Definition at line 56 of file x3d_base.h.

Referenced by AddName(), DelName(), and FindName().


The documentation for this class was generated from the following files: