libyui-qt  2.46.1
 All Classes Functions Variables
YQFrame Class Reference
Inheritance diagram for YQFrame:
Collaboration diagram for YQFrame:

Public Member Functions

 YQFrame (YWidget *parent, const std::string &label)
 
virtual ~YQFrame ()
 
virtual void setLabel (const std::string &newLabel)
 
virtual void setEnabled (bool enabled)
 
virtual int preferredWidth ()
 
virtual int preferredHeight ()
 
virtual void setSize (int newWidth, int newHeight)
 

Detailed Description

Definition at line 35 of file YQFrame.h.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 37 of file YQFrame.cc.

YQFrame::~YQFrame ( )
virtual

Destructor.

Definition at line 47 of file YQFrame.cc.

Member Function Documentation

int YQFrame::preferredHeight ( )
virtual

Preferred height of the widget.

Reimplemented from YWidget.

Definition at line 103 of file YQFrame.cc.

int YQFrame::preferredWidth ( )
virtual

Preferred width of the widget.

Reimplemented from YWidget.

Definition at line 88 of file YQFrame.cc.

void YQFrame::setEnabled ( bool  enabled)
virtual

Set enabled/disabled state.

Reimplemented from YWidget.

Definition at line 53 of file YQFrame.cc.

void YQFrame::setLabel ( const std::string &  newLabel)
virtual

Change the frame label.

Definition at line 81 of file YQFrame.cc.

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

Set the new size of the widget.

Reimplemented from YWidget.

Definition at line 61 of file YQFrame.cc.


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