|
Dillo
|
#include <fltkui.hh>
Public Member Functions | |
| FltkComplexButtonResource (FltkPlatform *platform, dw::core::Widget *widget, bool relief) | |
| ~FltkComplexButtonResource () | |
Public Member Functions inherited from dw::fltk::ui::FltkSpecificResource< dw::core::ui::ComplexButtonResource > | |
| 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::core::ui::ComplexButtonResource | |
| ComplexButtonResource () | |
| ~ComplexButtonResource () | |
| void | sizeRequest (Requisition *requisition) |
| void | getExtremes (Extremes *extremes) |
| int | getAvailWidthOfChild (Widget *child, bool forceValue) |
| int | getAvailHeightOfChild (Widget *child, bool forceValue) |
| void | correctRequisitionOfChild (Widget *child, Requisition *requisition, void(*splitHeightFun)(int, int *, int *), bool allowDecreaseWidth, bool allowDecreaseHeight) |
| void | correctExtremesOfChild (Widget *child, Extremes *extremes, bool useAdjustmentWidth) |
| void | containerSizeChangedForChildren () |
| Iterator * | iterator (Content::Type mask, bool atEnd) |
| int | getClickX () |
| int | getClickY () |
Public Member Functions inherited from dw::core::ui::Resource | |
| Resource () | |
| virtual | ~Resource () |
| virtual void | setDisplayed (bool displayed) |
| void | connectActivate (ActivateReceiver *receiver) |
| void | connectClicked (ClickedReceiver *receiver) |
Public Member Functions inherited from dw::fltk::ui::FltkResource | |
| ~FltkResource () | |
| 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 Object * | clone () |
| 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 | |
| void | attachView (FltkView *view) |
| void | detachView (FltkView *view) |
| void | sizeAllocate (core::Allocation *allocation) |
| dw::core::Platform * | createPlatform () |
| void | setLayout (dw::core::Layout *layout) |
| int | reliefXThickness () |
| int | reliefYThickness () |
| Fl_Widget * | createNewWidget (core::Allocation *allocation) |
Protected Member Functions inherited from dw::core::ui::ComplexButtonResource | |
| void | setEmbed (Embed *embed) |
| void | init (Widget *widget) |
Protected Member Functions inherited from dw::core::ui::Resource | |
| void | queueResize (bool extremesChanged) |
| virtual Embed * | getEmbed () |
| void | emitActivate () |
| void | emitClicked (EventButton *event) |
Protected Member Functions inherited from dw::fltk::ui::FltkResource | |
| FltkResource (FltkPlatform *platform) | |
| void | init (FltkPlatform *platform) |
| virtual void | setWidgetStyle (Fl_Widget *widget, core::style::Style *style) |
| void | setDisplayed (bool displayed) |
| bool | displayed () |
Protected Attributes | |
| FltkView * | topView |
| FltkView * | flatView |
Protected Attributes inherited from dw::core::ui::ComplexButtonResource | |
| Layout * | layout |
| int | click_x |
| int | click_y |
Protected Attributes inherited from dw::fltk::ui::FltkResource | |
| FltkView * | view |
| Fl_Widget * | widget |
| core::Allocation | allocation |
| FltkPlatform * | platform |
| core::style::Style * | style |
Static Private Member Functions | |
| static void | widgetCallback (Fl_Widget *widget, void *data) |
Private Attributes | |
| bool | relief |
| dw::fltk::ui::FltkComplexButtonResource::FltkComplexButtonResource | ( | FltkPlatform * | platform, |
| dw::core::Widget * | widget, | ||
| bool | relief | ||
| ) |
References flatView, lout::misc::init(), dw::fltk::ui::FltkResource::init(), relief, and topView.
| dw::fltk::ui::FltkComplexButtonResource::~FltkComplexButtonResource | ( | ) |
|
protectedvirtual |
Reimplemented from dw::fltk::ui::FltkResource.
References dw::fltk::ui::FltkResource::attachView(), topView, and dw::fltk::FltkView::usesFltkWidgets().
|
protectedvirtual |
Implements dw::fltk::ui::FltkResource.
References dw::core::Allocation::ascent, dw::core::Layout::attachView(), dw::core::Allocation::descent, flatView, dw::core::ui::ComplexButtonResource::layout, relief, reliefXThickness(), reliefYThickness(), widgetCallback(), dw::core::Allocation::width, dw::core::Allocation::x, and dw::core::Allocation::y.
|
protectedvirtual |
Implements dw::core::ui::ComplexButtonResource.
|
protectedvirtual |
Reimplemented from dw::fltk::ui::FltkResource.
References dw::fltk::ui::FltkResource::detachView().
|
protectedvirtual |
Implements dw::core::ui::ComplexButtonResource.
References relief, and dw::fltk::ui::RELIEF_X_THICKNESS.
Referenced by createNewWidget(), and sizeAllocate().
|
protectedvirtual |
Implements dw::core::ui::ComplexButtonResource.
References relief, and dw::fltk::ui::RELIEF_Y_THICKNESS.
Referenced by createNewWidget(), and sizeAllocate().
|
protectedvirtual |
Implements dw::core::ui::ComplexButtonResource.
References dw::core::Layout::attachView(), and flatView.
|
protectedvirtual |
|
staticprivate |
References dw::core::style::StyleAttrs::boxDiffHeight(), dw::core::style::StyleAttrs::boxDiffWidth(), dw::core::style::StyleAttrs::boxOffsetX(), dw::core::style::StyleAttrs::boxOffsetY(), dw::core::ui::ComplexButtonResource::click_x, dw::core::ui::ComplexButtonResource::click_y, dw::core::ui::Resource::emitClicked(), dw::fltk::ui::setButtonEvent(), and dw::fltk::ui::FltkResource::style.
Referenced by createNewWidget().
|
protected |
Referenced by createNewWidget(), FltkComplexButtonResource(), setLayout(), and sizeAllocate().
|
private |
Referenced by createNewWidget(), FltkComplexButtonResource(), reliefXThickness(), and reliefYThickness().
|
protected |
Referenced by attachView(), and FltkComplexButtonResource().
1.8.8