From 5ea943a5e789222472e45864e119cf786498bfcd Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 1 Jan 2024 23:40:52 +0100 Subject: Import original dillo.org website into old/ --- ...1_1fltk_1_1ui_1_1FltkComplexButtonResource.html | 629 +++++++++++++++++++++ 1 file changed, 629 insertions(+) create mode 100644 old/dw/html/classdw_1_1fltk_1_1ui_1_1FltkComplexButtonResource.html (limited to 'old/dw/html/classdw_1_1fltk_1_1ui_1_1FltkComplexButtonResource.html') diff --git a/old/dw/html/classdw_1_1fltk_1_1ui_1_1FltkComplexButtonResource.html b/old/dw/html/classdw_1_1fltk_1_1ui_1_1FltkComplexButtonResource.html new file mode 100644 index 0000000..85ab705 --- /dev/null +++ b/old/dw/html/classdw_1_1fltk_1_1ui_1_1FltkComplexButtonResource.html @@ -0,0 +1,629 @@ + + + + + + +Dillo: dw::fltk::ui::FltkComplexButtonResource Class Reference + + + + + + +
+
+ + + + + + +
+
Dillo +
+
+
+ + + + + +
+
+ +
+
dw::fltk::ui::FltkComplexButtonResource Class Reference
+
+
+ +

#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 ()
 
Iteratoriterator (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 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

void attachView (FltkView *view)
 
void detachView (FltkView *view)
 
void sizeAllocate (core::Allocation *allocation)
 
dw::core::PlatformcreatePlatform ()
 
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 EmbedgetEmbed ()
 
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

FltkViewtopView
 
FltkViewflatView
 
- Protected Attributes inherited from dw::core::ui::ComplexButtonResource
Layoutlayout
 
int click_x
 
int click_y
 
- Protected Attributes inherited from dw::fltk::ui::FltkResource
FltkViewview
 
Fl_Widget * widget
 
core::Allocation allocation
 
FltkPlatformplatform
 
core::style::Stylestyle
 
+ + + +

+Static Private Member Functions

static void widgetCallback (Fl_Widget *widget, void *data)
 
+ + + +

+Private Attributes

bool relief
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
dw::fltk::ui::FltkComplexButtonResource::FltkComplexButtonResource (FltkPlatformplatform,
dw::core::Widgetwidget,
bool relief 
)
+
+
+ +
+
+ + + + + + + +
dw::fltk::ui::FltkComplexButtonResource::~FltkComplexButtonResource ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void dw::fltk::ui::FltkComplexButtonResource::attachView (FltkViewview)
+
+protectedvirtual
+
+
+ + + +
+
+ + + + + +
+ + + + + + + +
dw::core::Platform * dw::fltk::ui::FltkComplexButtonResource::createPlatform ()
+
+protectedvirtual
+
+
+ +
+
+ + + + + +
+ + + + + + + + +
void dw::fltk::ui::FltkComplexButtonResource::detachView (FltkViewview)
+
+protectedvirtual
+
+ +

Reimplemented from dw::fltk::ui::FltkResource.

+ +

References dw::fltk::ui::FltkResource::detachView().

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int dw::fltk::ui::FltkComplexButtonResource::reliefXThickness ()
+
+protectedvirtual
+
+
+ +
+
+ + + + + +
+ + + + + + + +
int dw::fltk::ui::FltkComplexButtonResource::reliefYThickness ()
+
+protectedvirtual
+
+
+ +
+
+ + + + + +
+ + + + + + + + +
void dw::fltk::ui::FltkComplexButtonResource::setLayout (dw::core::Layoutlayout)
+
+protectedvirtual
+
+
+ +
+
+ + + + + +
+ + + + + + + + +
void dw::fltk::ui::FltkComplexButtonResource::sizeAllocate (core::Allocationallocation)
+
+protectedvirtual
+
+
+ + +

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
FltkView * dw::fltk::ui::FltkComplexButtonResource::flatView
+
+protected
+
+
+ +
+
+ + + + + +
+ + + + +
bool dw::fltk::ui::FltkComplexButtonResource::relief
+
+private
+
+
+ +
+
+ + + + + +
+ + + + +
FltkView* dw::fltk::ui::FltkComplexButtonResource::topView
+
+protected
+
+ +

Referenced by attachView(), and FltkComplexButtonResource().

+ +
+
+
The documentation for this class was generated from the following files: +
+ + + + -- cgit v1.2.3