Lable widget.  
 More...
#include <lable.hpp>
|  | 
|  | Lable (Container &) | 
|  | 
|  | Lable (Container &, std::string_view text) | 
|  | 
|  | Lable (Container &, int x, int y, int w, int h) | 
|  | Construct a new Lable object.  More... 
 | 
|  | 
| std::string | text () const | 
|  | 
| void | set_text (std::string_view text) | 
|  | 
| void | draw (Renderer &) | 
|  | 
|  | Widget () | 
|  | Construct a new Widget object.  More... 
 | 
|  | 
|  | Widget (Container *parent) | 
|  | 
|  | Widget (Container &parent) | 
|  | 
|  | Widget (const Widget &)=delete | 
|  | 
| virtual bool | handle (Event &) | 
|  | Process event.  More... 
 | 
|  | 
| bool | visible () const noexcept | 
|  | 
| Vec2 | position () const noexcept | 
|  | 
| Window & | master () const | 
|  | Return The widget's master.  More... 
 | 
|  | 
| void | set_rect (const Rect &rect) | 
|  | 
| void | set_rect (int x, int y, int w, int h) | 
|  | 
| void | set_position (const Vec2 &vec2) | 
|  | 
| int | x () const noexcept | 
|  | 
| int | y () const noexcept | 
|  | 
| int | w () const noexcept | 
|  | 
| int | h () const noexcept | 
|  | 
| bool | is_enable () const noexcept | 
|  | 
|  | HasSlots (const HasSlots &)=delete | 
|  | 
| void | disconnect_all () | 
|  | 
◆ Lable()
      
        
          | Btk::Lable::Lable | ( | Container & | wi, | 
        
          |  |  | int | x, | 
        
          |  |  | int | y, | 
        
          |  |  | int | w, | 
        
          |  |  | int | h | 
        
          |  | ) |  |  | 
      
 
Construct a new Lable object. 
- Parameters
- 
  
  
 
 
The documentation for this class was generated from the following files: