libyui-qt
Loading...
Searching...
No Matches
YQDateField Class Reference
Inheritance diagram for YQDateField:
Collaboration diagram for YQDateField:

Public Member Functions

 YQDateField (YWidget *parent, const std::string &label)
 
virtual ~YQDateField ()
 
virtual std::string value ()
 
virtual void setValue (const std::string &newValue)
 
virtual void setLabel (const std::string &label)
 
virtual void setEnabled (bool enabled)
 
virtual int preferredWidth ()
 
virtual int preferredHeight ()
 
virtual void setSize (int newWidth, int newHeight)
 
virtual bool setKeyboardFocus ()
 

Protected Attributes

YQWidgetCaption_caption
 
QDateEdit * _qt_dateEdit
 

Constructor & Destructor Documentation

◆ YQDateField()

YQDateField::YQDateField ( YWidget *  parent,
const std::string &  label 
)

Constructor.

◆ ~YQDateField()

YQDateField::~YQDateField ( )
virtual

Destructor.

Member Function Documentation

◆ preferredHeight()

int YQDateField::preferredHeight ( )
virtual

Preferred height of the widget.

Reimplemented from YWidget.

◆ preferredWidth()

int YQDateField::preferredWidth ( )
virtual

Preferred width of the widget.

Reimplemented from YWidget.

◆ setEnabled()

void YQDateField::setEnabled ( bool  enabled)
virtual

Set enabled/disabled state.

Reimplemented from YWidget.

◆ setKeyboardFocus()

bool YQDateField::setKeyboardFocus ( )
virtual

Accept the keyboard focus.

Reimplemented from YWidget.

◆ setLabel()

void YQDateField::setLabel ( const std::string &  label)
virtual

Set the label (the caption above the input field).

Reimplemented from YSimpleInputField.

◆ setSize()

void YQDateField::setSize ( int  newWidth,
int  newHeight 
)
virtual

Set the new size of the widget.

Reimplemented from YWidget.

◆ setValue()

void YQDateField::setValue ( const std::string &  newValue)
virtual

Set the current value (the text entered by the user or set from the outside) of this input field.

Implemented from YSimpleInputField.

◆ value()

string YQDateField::value ( )
virtual

Get the current value (the text entered by the user or set from the outside) of this input field.

Implemented from YSimpleInputField.


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