#include <element.h>
List of all members.
Detailed Description
Definition at line 63 of file element.h.
Constructor & Destructor Documentation
      
        
          | dialog::Element::~Element  | 
          ( | 
          void  | 
           | 
           )  | 
            throw () [virtual] | 
        
      
 
 
Member Function Documentation
      
        
          | virtual int dialog::Element::getWidth  | 
          ( | 
          void  | 
           | 
           )  | 
           [pure virtual] | 
        
      
 
 
      
        
          | virtual int dialog::Element::getHeight  | 
          ( | 
          void  | 
           | 
           )  | 
           [pure virtual] | 
        
      
 
 
      
        
          | virtual void dialog::Element::draw  | 
          ( | 
          IN const point_t &  | 
           offset | 
           )  | 
           [pure virtual] | 
        
      
 
 
      
        
          | virtual void dialog::Element::cursor  | 
          ( | 
          IN const point_t &  | 
           pos | 
           )  | 
           [pure virtual] | 
        
      
 
 
      
        
          | const char * dialog::Element::keyboard  | 
          ( | 
          IN int  | 
           key,  | 
        
        
           | 
           | 
          IN int  | 
           mods |   | 
        
        
           | 
          ) | 
           |  |  [virtual] | 
        
      
 
 
      
        
          | Element * dialog::Element::getFocus  | 
          ( | 
          IN const point_t &  | 
           pos | 
           )  | 
           [virtual] | 
        
      
 
 
      
        
          | void dialog::Element::notifyFocus  | 
          ( | 
          IN bool  | 
           haveFocus | 
           )  | 
           [virtual] | 
        
      
 
 
      
        
          | virtual const char* dialog::Element::button  | 
          ( | 
          IN int  | 
           button,  | 
        
        
           | 
           | 
          IN int  | 
           state,  | 
        
        
           | 
           | 
          IN const point_t &  | 
           pos |   | 
        
        
           | 
          ) | 
           |  |  [pure virtual] | 
        
      
 
 
The documentation for this class was generated from the following files: