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

Public Member Functions

 S3D_CACHE_ENTRY ()
 
 ~S3D_CACHE_ENTRY ()
 
void SetSHA1 (const unsigned char *aSHA1Sum)
 
const wxString GetCacheBaseName ()
 

Public Attributes

wxDateTime modTime
 
unsigned char sha1sum [20]
 
std::string pluginInfo
 
SCENEGRAPHsceneData
 
S3DMODELrenderData
 

Private Member Functions

 S3D_CACHE_ENTRY (const S3D_CACHE_ENTRY &source)
 
S3D_CACHE_ENTRYoperator= (const S3D_CACHE_ENTRY &source)
 

Private Attributes

wxString m_CacheBaseName
 

Detailed Description

Definition at line 123 of file 3d_cache.cpp.

Constructor & Destructor Documentation

◆ S3D_CACHE_ENTRY() [1/2]

S3D_CACHE_ENTRY::S3D_CACHE_ENTRY ( )

Definition at line 147 of file 3d_cache.cpp.

References renderData, sceneData, and sha1sum.

◆ ~S3D_CACHE_ENTRY()

S3D_CACHE_ENTRY::~S3D_CACHE_ENTRY ( )

Definition at line 155 of file 3d_cache.cpp.

References S3D::Destroy3DModel(), renderData, and sceneData.

◆ S3D_CACHE_ENTRY() [2/2]

S3D_CACHE_ENTRY::S3D_CACHE_ENTRY ( const S3D_CACHE_ENTRY source)
private

Member Function Documentation

◆ GetCacheBaseName()

const wxString S3D_CACHE_ENTRY::GetCacheBaseName ( )

◆ operator=()

S3D_CACHE_ENTRY & S3D_CACHE_ENTRY::operator= ( const S3D_CACHE_ENTRY source)
private

◆ SetSHA1()

void S3D_CACHE_ENTRY::SetSHA1 ( const unsigned char *  aSHA1Sum)

Definition at line 164 of file 3d_cache.cpp.

References MASK_3D_CACHE, and sha1sum.

Referenced by S3D_CACHE::checkCache().

Member Data Documentation

◆ m_CacheBaseName

wxString S3D_CACHE_ENTRY::m_CacheBaseName
private

Definition at line 143 of file 3d_cache.cpp.

Referenced by GetCacheBaseName().

◆ modTime

wxDateTime S3D_CACHE_ENTRY::modTime

Definition at line 132 of file 3d_cache.cpp.

Referenced by S3D_CACHE::checkCache().

◆ pluginInfo

std::string S3D_CACHE_ENTRY::pluginInfo

Definition at line 134 of file 3d_cache.cpp.

Referenced by S3D_CACHE::checkCache(), and S3D_CACHE::saveCacheData().

◆ renderData

S3DMODEL* S3D_CACHE_ENTRY::renderData

Definition at line 136 of file 3d_cache.cpp.

Referenced by S3D_CACHE::GetModel(), S3D_CACHE_ENTRY(), and ~S3D_CACHE_ENTRY().

◆ sceneData

◆ sha1sum

unsigned char S3D_CACHE_ENTRY::sha1sum[20]

Definition at line 133 of file 3d_cache.cpp.

Referenced by GetCacheBaseName(), S3D_CACHE_ENTRY(), and SetSHA1().


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