| 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 84 of file gl_texture_mgr.h.
| JobTicket::JobTicket | ( | ) | 
Definition at line 186 of file gl_texture_mgr.cpp.
| 
 | inline | 
Definition at line 87 of file gl_texture_mgr.h.
| bool JobTicket::DoJob | ( | ) | 
Definition at line 366 of file gl_texture_mgr.cpp.
| bool JobTicket::DoJob | ( | const wxRect & | rect | ) | 
Definition at line 451 of file gl_texture_mgr.cpp.
| bool JobTicket::b_abort | 
Definition at line 101 of file gl_texture_mgr.h.
| bool JobTicket::b_inCompressAll | 
Definition at line 107 of file gl_texture_mgr.h.
| bool JobTicket::b_isaborted | 
Definition at line 102 of file gl_texture_mgr.h.
| bool JobTicket::b_throttle | 
Definition at line 95 of file gl_texture_mgr.h.
| bool JobTicket::binplace | 
Definition at line 104 of file gl_texture_mgr.h.
| bool JobTicket::bpost_zip_compress | 
Definition at line 103 of file gl_texture_mgr.h.
| unsigned char* JobTicket::comp_bits_array[10] | 
Definition at line 99 of file gl_texture_mgr.h.
| unsigned char* JobTicket::compcomp_bits_array[10] | 
Definition at line 105 of file gl_texture_mgr.h.
| int JobTicket::compcomp_size_array[10] | 
Definition at line 106 of file gl_texture_mgr.h.
| int JobTicket::ident | 
Definition at line 94 of file gl_texture_mgr.h.
| unsigned char* JobTicket::level0_bits | 
Definition at line 98 of file gl_texture_mgr.h.
| int JobTicket::level_min_request | 
Definition at line 93 of file gl_texture_mgr.h.
| wxString JobTicket::m_ChartPath | 
Definition at line 100 of file gl_texture_mgr.h.
| wxRect JobTicket::m_rect | 
Definition at line 92 of file gl_texture_mgr.h.
| glTexFactory* JobTicket::pFact | 
Definition at line 91 of file gl_texture_mgr.h.
| CompressionPoolThread* JobTicket::pthread | 
Definition at line 97 of file gl_texture_mgr.h.