Dillo
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
dw::fltk::ui::FltkToggleButtonResource< I > Class Template Referenceabstract

#include <fltkui.hh>

Public Member Functions

 FltkToggleButtonResource (FltkPlatform *platform, bool activated)
 
 ~FltkToggleButtonResource ()
 
void sizeRequest (core::Requisition *requisition)
 
bool isActivated ()
 
void setActivated (bool activated)
 
- Public Member Functions inherited from dw::fltk::ui::FltkSpecificResource< I >
 FltkSpecificResource (FltkPlatform *platform)
 
 ~FltkSpecificResource ()
 
void sizeAllocate (core::Allocation *allocation)
 
void draw (core::View *view, core::Rectangle *area, core::DrawingContext *context)
 
void setStyle (core::style::Style *style)
 
bool isEnabled ()
 
void setEnabled (bool enabled)
 
- Public Member Functions inherited from dw::fltk::ui::FltkResource
 ~FltkResource ()
 
virtual void attachView (FltkView *view)
 
virtual void detachView (FltkView *view)
 
void sizeAllocate (core::Allocation *allocation)
 
void draw (core::View *view, core::Rectangle *area, core::DrawingContext *context)
 
void setStyle (core::style::Style *style)
 
bool isEnabled ()
 
void setEnabled (bool enabled)
 
- Public Member Functions inherited from lout::object::Object
virtual ~Object ()
 The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly. More...
 
virtual bool equals (Object *other)
 Returns, whether two objects are equal. More...
 
virtual int hashValue ()
 Return a hash value for the object. More...
 
virtual Objectclone ()
 Return an exact copy of the object. More...
 
virtual void intoStringBuffer (misc::StringBuffer *sb)
 Store a textual representation of the object in a misc::StringBuffer. More...
 
const char * toString ()
 Use object::Object::intoStringBuffer to return a textual representation of the object. More...
 
virtual size_t sizeOf ()
 Return the number of bytes, this object totally uses. More...
 

Protected Member Functions

virtual Fl_Button * createNewButton (core::Allocation *allocation)=0
 
Fl_Widget * createNewWidget (core::Allocation *allocation)
 
void setWidgetStyle (Fl_Widget *widget, core::style::Style *style)
 
- Protected Member Functions inherited from dw::fltk::ui::FltkResource
 FltkResource (FltkPlatform *platform)
 
void init (FltkPlatform *platform)
 
void setDisplayed (bool displayed)
 
bool displayed ()
 

Private Attributes

bool initActivated
 

Additional Inherited Members

- Protected Attributes inherited from dw::fltk::ui::FltkResource
FltkViewview
 
Fl_Widget * widget
 
core::Allocation allocation
 
FltkPlatformplatform
 
core::style::Stylestyle
 

Constructor & Destructor Documentation

template<class I >
dw::fltk::ui::FltkToggleButtonResource< I >::FltkToggleButtonResource ( FltkPlatform platform,
bool  activated 
)

Member Function Documentation

template<class I>
virtual Fl_Button* dw::fltk::ui::FltkToggleButtonResource< I >::createNewButton ( core::Allocation allocation)
protectedpure virtual
template<class I >
Fl_Widget * dw::fltk::ui::FltkToggleButtonResource< I >::createNewWidget ( core::Allocation allocation)
protectedvirtual
template<class I >
bool dw::fltk::ui::FltkToggleButtonResource< I >::isActivated ( )
template<class I >
void dw::fltk::ui::FltkToggleButtonResource< I >::setActivated ( bool  activated)
template<class I >
void dw::fltk::ui::FltkToggleButtonResource< I >::setWidgetStyle ( Fl_Widget *  widget,
core::style::Style style 
)
protectedvirtual
template<class I >
void dw::fltk::ui::FltkToggleButtonResource< I >::sizeRequest ( core::Requisition requisition)

Member Data Documentation

template<class I>
bool dw::fltk::ui::FltkToggleButtonResource< I >::initActivated
private

The documentation for this class was generated from the following files: