Mouse's cursor.  
 More...
#include <cursor.hpp>
◆ Cursor() [1/3]
Construct a new empty Cursor object. 
 
 
◆ Cursor() [2/3]
◆ Cursor() [3/3]
      
        
          | Btk::Cursor::Cursor  | 
          ( | 
          const PixBuf &  | 
          pixbuf,  | 
        
        
           | 
           | 
          int  | 
          hot_x = 0,  | 
        
        
           | 
           | 
          int  | 
          hot_y = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Construct a new Cursor object from pixbuf. 
- Parameters
 - 
  
    | pixbuf | The pixbuf  | 
    | hot_x | The cursor's x point  | 
    | hot_y | The cursor's y point  | 
  
   
 
 
◆ Current()
  
  
      
        
          | Cursor Btk::Cursor::Current  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Get current cursor. 
- Returns
 - Cursor 
 
 
 
◆ Default()
  
  
      
        
          | Cursor Btk::Cursor::Default  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Get default cursor. 
- Returns
 - Cursor 
 
 
 
◆ reset()
  
  
      
        
          | void Btk::Cursor::reset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Reset the cursor to default. 
 
 
◆ set()
      
        
          | void Btk::Cursor::set  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
The documentation for this class was generated from the following files: