ScummVM API documentation
QDEngine::OutNode Struct Reference

Public Types

enum  { NEW_LINE, TEXT, COLOR }
 

Public Member Functions

 OutNode (const char *b, const char *e, int wd)
 
 OutNode (int clr)
 

Public Attributes

enum QDEngine::OutNode:: { ... }  type
 
int width
 
union {
   struct {
      const char *   begin
 
      const char *   end
 
   }   nl
 
   struct {
      int   style
 
   }   t
 
   int   color
 
}; 
 

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