Definition at line 61 of file sdl_clip.hpp.
 
◆ CliprdrFormat()
  
  
      
        
          | CliprdrFormat::CliprdrFormat  | 
          ( | 
          uint32_t  | 
          formatID,  | 
         
        
           | 
           | 
          const char *  | 
          formatName  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Definition at line 64 of file sdl_clip.hpp.
   64                                                           : _formatID(formatID)
   65  {
   66    if (formatName)
   67      _formatName = formatName;
   68  }
 
 
 
◆ formatId()
  
  
      
        
          | uint32_t CliprdrFormat::formatId  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 70 of file sdl_clip.hpp.
   71  {
   72    return _formatID;
   73  }
 
 
 
◆ formatName()
  
  
      
        
          | const char * CliprdrFormat::formatName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 75 of file sdl_clip.hpp.
   76  {
   77    if (_formatName.empty())
   78      return nullptr;
   79    return _formatName.c_str();
   80  }
 
 
 
The documentation for this class was generated from the following file: