#include <gui_file_button.hxx>
Inheritance diagram for GUIFileButton:


Public Member Functions | |
| GUIFileButton (const std::string &arg_filename) | |
| ~GUIFileButton () | |
| virtual void | on_click ()=0 | 
| void | on_mouse_enter () | 
| void | on_mouse_leave () | 
| void | on_primary_button_press (int x, int y) | 
| void | on_primary_button_release (int x, int y) | 
Protected Attributes | |
| std::string | filename | 
| bool | mouse_over | 
      
  | 
  
| 
 
 Definition at line 22 of file gui_file_button.cxx.  | 
  
      
  | 
  
| 
 
 Definition at line 30 of file gui_file_button.cxx.  | 
  
      
  | 
  
| 
 
 Implemented in GUIDirectoryButton, GUINewFileButton, and WorldButton. Referenced by on_primary_button_press().  | 
  
      
  | 
  
| 
 
 Reimplemented from GUIComponent. Definition at line 40 of file gui_file_button.hxx.  | 
  
      
  | 
  
| 
 
 Reimplemented from GUIComponent. Definition at line 41 of file gui_file_button.hxx.  | 
  
      
  | 
  ||||||||||||
| 
 
 Reimplemented from GUIComponent. Definition at line 37 of file gui_file_button.cxx. References on_click().  | 
  
      
  | 
  ||||||||||||
| 
 
 Reimplemented from GUIComponent. Definition at line 44 of file gui_file_button.cxx.  | 
  
      
  | 
  
| 
 
 Definition at line 31 of file gui_file_button.hxx. Referenced by WorldButton::load_world(), WorldButton::on_click(), and GUINewFileButton::on_click().  | 
  
      
  | 
  
| 
 
 Definition at line 32 of file gui_file_button.hxx.  | 
  
1.3-rc3