Dillo
Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
dw::fltk::ui::FltkEntryResource Class Reference

#include <fltkui.hh>

Public Member Functions

 FltkEntryResource (FltkPlatform *platform, int size, bool password, const char *label, const char *placeholder)
 
 ~FltkEntryResource ()
 
void sizeRequest (core::Requisition *requisition)
 
void sizeAllocate (core::Allocation *allocation)
 
const char * getText ()
 
void setText (const char *text)
 
bool isEditable ()
 
void setEditable (bool editable)
 
void setMaxLength (int maxlen)
 
- Public Member Functions inherited from dw::fltk::ui::FltkSpecificResource< dw::core::ui::EntryResource >
 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::TextResource
Iteratoriterator (Content::Type mask, bool atEnd)
 
- Public Member Functions inherited from dw::core::ui::Resource
 Resource ()
 
virtual ~Resource ()
 
virtual void getExtremes (Extremes *extremes)
 
virtual int getAvailWidthOfChild (Widget *child, bool forceValue)
 
virtual int getAvailHeightOfChild (Widget *child, bool forceValue)
 
virtual void correctRequisitionOfChild (Widget *child, Requisition *requisition, void(*splitHeightFun)(int, int *, int *), bool allowDecreaseWidth, bool allowDecreaseHeight)
 
virtual void correctExtremesOfChild (Widget *child, Extremes *extremes, bool useAdjustmentWidth)
 
virtual void containerSizeChangedForChildren ()
 
void connectActivate (ActivateReceiver *receiver)
 
void connectClicked (ClickedReceiver *receiver)
 
- 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

Fl_Widget * createNewWidget (core::Allocation *allocation)
 
void setWidgetStyle (Fl_Widget *widget, core::style::Style *style)
 
- Protected Member Functions inherited from dw::core::ui::Resource
void queueResize (bool extremesChanged)
 
virtual EmbedgetEmbed ()
 
virtual void setEmbed (Embed *embed)
 
void emitActivate ()
 
void emitClicked (EventButton *event)
 
- Protected Member Functions inherited from dw::fltk::ui::FltkResource
 FltkResource (FltkPlatform *platform)
 
void init (FltkPlatform *platform)
 
void setDisplayed (bool displayed)
 
bool displayed ()
 

Private Member Functions

void setDisplayed (bool displayed)
 

Static Private Member Functions

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

Private Attributes

int size
 
bool password
 
const char * initText
 
char * label
 
int label_w
 
char * placeholder
 
bool editable
 

Additional Inherited Members

- Public Types inherited from dw::core::ui::EntryResource
enum  { UNLIMITED_SIZE = -1 }
 
- Protected Attributes inherited from dw::fltk::ui::FltkResource
FltkViewview
 
Fl_Widget * widget
 
core::Allocation allocation
 
FltkPlatformplatform
 
core::style::Stylestyle
 

Detailed Description

Bug:
Maximal length not supported yet.
Todo:
Text values are not synchronized (not needed in dillo).

Constructor & Destructor Documentation

dw::fltk::ui::FltkEntryResource::FltkEntryResource ( FltkPlatform platform,
int  size,
bool  password,
const char *  label,
const char *  placeholder 
)
dw::fltk::ui::FltkEntryResource::~FltkEntryResource ( )

References initText, label, and placeholder.

Member Function Documentation

Fl_Widget * dw::fltk::ui::FltkEntryResource::createNewWidget ( core::Allocation allocation)
protectedvirtual
const char * dw::fltk::ui::FltkEntryResource::getText ( )
virtual
bool dw::fltk::ui::FltkEntryResource::isEditable ( )
virtual

Implements dw::core::ui::TextResource.

References editable.

void dw::fltk::ui::FltkEntryResource::setDisplayed ( bool  displayed)
privatevirtual
void dw::fltk::ui::FltkEntryResource::setEditable ( bool  editable)
virtual

Implements dw::core::ui::TextResource.

References editable.

void dw::fltk::ui::FltkEntryResource::setMaxLength ( int  maxlen)
virtual
void dw::fltk::ui::FltkEntryResource::setText ( const char *  text)
virtual
void dw::fltk::ui::FltkEntryResource::setWidgetStyle ( Fl_Widget *  widget,
core::style::Style style 
)
protectedvirtual
void dw::fltk::ui::FltkEntryResource::sizeAllocate ( core::Allocation allocation)
virtual
void dw::fltk::ui::FltkEntryResource::sizeRequest ( core::Requisition requisition)
virtual
void dw::fltk::ui::FltkEntryResource::widgetCallback ( Fl_Widget *  widget,
void *  data 
)
staticprivate

Referenced by createNewWidget().

Member Data Documentation

bool dw::fltk::ui::FltkEntryResource::editable
private
const char* dw::fltk::ui::FltkEntryResource::initText
private
char* dw::fltk::ui::FltkEntryResource::label
private
int dw::fltk::ui::FltkEntryResource::label_w
private
bool dw::fltk::ui::FltkEntryResource::password
private
char* dw::fltk::ui::FltkEntryResource::placeholder
private
int dw::fltk::ui::FltkEntryResource::size
private

Referenced by FltkEntryResource(), and sizeRequest().


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