TextOverlay loader.  
 More...
 | 
| bool  | DoParseChunk (T *p_pValues, uint32_t p_count, BinaryChunk &p_chunk) const | 
|   | Retrieves a value array from a chunk.  More...
  | 
|   | 
| bool  | DoParseChunk (T(&p_value)[Count], BinaryChunk &p_chunk) const | 
|   | Retrieves a value array from a chunk.  More...
  | 
|   | 
| bool  | DoParseChunk (T &p_value, BinaryChunk &p_chunk) const | 
|   | Retrieves a value from a chunk.  More...
  | 
|   | 
| bool  | DoFillChunk (T const *p_values, uint32_t p_count, eCHUNK_TYPE p_chunkType, BinaryChunk &p_chunk) const | 
|   | Writes a subchunk value into a chunk.  More...
  | 
|   | 
| bool  | DoFillChunk (T const (&p_value)[Count], eCHUNK_TYPE p_chunkType, BinaryChunk &p_chunk) const | 
|   | Writes a subchunk value into a chunk.  More...
  | 
|   | 
| bool  | DoFillChunk (T const &p_value, eCHUNK_TYPE p_chunkType, BinaryChunk &p_chunk) const | 
|   | Writes a subchunk value into a chunk.  More...
  | 
|   | 
| Castor::Path  | m_path | 
|   | The current folder path.  More...
  | 
|   | 
TextOverlay loader. 
- Author
 - Sylvain DOREMUS 
 
- Date
 - 08/04/2014
 
Loader de TextOverlay 
 
◆ BinaryParser()
      
        
          | C3D_API Castor3D::TextOverlay::BinaryParser::BinaryParser  | 
          ( | 
          Castor::Path const &  | 
          p_path | ) | 
           | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | [in] | p_path | The current folder path  | 
  
   
 
 
◆ Fill()
  
  
      
        
          | virtual C3D_API bool Castor3D::TextOverlay::BinaryParser::Fill  | 
          ( | 
          TextOverlay const &  | 
          p_obj,  | 
         
        
           | 
           | 
          BinaryChunk &  | 
          p_chunk  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
virtual   | 
  
 
Function used to fill the chunk from specific data. 
- Parameters
 - 
  
    | [in] | p_obj | The object to write  | 
    | [out] | p_chunk | The chunk to fill  | 
  
   
- Returns
 false if any error occured 
 
 
◆ Parse()
  
  
      
        
          | virtual C3D_API bool Castor3D::TextOverlay::BinaryParser::Parse  | 
          ( | 
          TextOverlay &  | 
          p_obj,  | 
         
        
           | 
           | 
          BinaryChunk &  | 
          p_chunk  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
virtual   | 
  
 
Function used to retrieve specific data from the chunk. 
- Parameters
 - 
  
    | [out] | p_obj | The object to read  | 
    | [in] | p_chunk | The chunk containing data  | 
  
   
- Returns
 false if any error occured 
 
 
The documentation for this class was generated from the following file: