|
OpenCPN Partial API docs
|
Public Member Functions | |
| bool | DoJob () |
| bool | DoJob (const wxRect &rect) |
Public Attributes | |
| glTexFactory * | pFact |
| wxRect | m_rect |
| int | level_min_request |
| int | ident |
| bool | b_throttle |
| CompressionPoolThread * | pthread |
| unsigned char * | level0_bits |
| unsigned char * | comp_bits_array [10] |
| wxString | m_ChartPath |
| bool | b_abort |
| bool | b_isaborted |
| bool | bpost_zip_compress |
| bool | binplace |
| unsigned char * | compcomp_bits_array [10] |
| int | compcomp_size_array [10] |
| bool | b_inCompressAll |
Definition at line 79 of file glTextureManager.h.
| JobTicket::JobTicket | ( | ) |
Definition at line 191 of file glTextureManager.cpp.
|
inline |
Definition at line 82 of file glTextureManager.h.
| bool JobTicket::DoJob | ( | ) |
Definition at line 371 of file glTextureManager.cpp.
| bool JobTicket::DoJob | ( | const wxRect & | rect | ) |
Definition at line 456 of file glTextureManager.cpp.
| bool JobTicket::b_abort |
Definition at line 96 of file glTextureManager.h.
| bool JobTicket::b_inCompressAll |
Definition at line 102 of file glTextureManager.h.
| bool JobTicket::b_isaborted |
Definition at line 97 of file glTextureManager.h.
| bool JobTicket::b_throttle |
Definition at line 90 of file glTextureManager.h.
| bool JobTicket::binplace |
Definition at line 99 of file glTextureManager.h.
| bool JobTicket::bpost_zip_compress |
Definition at line 98 of file glTextureManager.h.
| unsigned char* JobTicket::comp_bits_array[10] |
Definition at line 94 of file glTextureManager.h.
| unsigned char* JobTicket::compcomp_bits_array[10] |
Definition at line 100 of file glTextureManager.h.
| int JobTicket::compcomp_size_array[10] |
Definition at line 101 of file glTextureManager.h.
| int JobTicket::ident |
Definition at line 89 of file glTextureManager.h.
| unsigned char* JobTicket::level0_bits |
Definition at line 93 of file glTextureManager.h.
| int JobTicket::level_min_request |
Definition at line 88 of file glTextureManager.h.
| wxString JobTicket::m_ChartPath |
Definition at line 95 of file glTextureManager.h.
| wxRect JobTicket::m_rect |
Definition at line 87 of file glTextureManager.h.
| glTexFactory* JobTicket::pFact |
Definition at line 86 of file glTextureManager.h.
| CompressionPoolThread* JobTicket::pthread |
Definition at line 92 of file glTextureManager.h.