input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qframe.html

output_urn
QFrame

inherits

public_types
 enum Shadow { Plain, Raised, Sunken }
 enum Shape { NoFrame, Box, Panel, StyledPanel, ..., WinPanel }
 enum StyleMask { Shadow_Mask, Shape_Mask }

properties
frameRect : QRect
frameShadow : Shadow
frameShape : Shape

public_functions
QFrame ( QWidget * parent = 0, Qt::WindowFlags f = 0 )
~QFrame ()
 QRect frameRect () const
 Shadow frameShadow () const
 Shape frameShape () const
 int frameStyle () const
 int frameWidth () const
 int lineWidth () const
 int midLineWidth () const
 void setFrameRect ( const QRect & )
 void setFrameShadow ( Shadow )
 void setFrameShape ( Shape )
 void setFrameStyle ( int style )
 void setLineWidth ( int )
 void setMidLineWidth ( int )

public_slots

signals

static_public_members

protected_functions

reimplemented_public_functions
 virtual QSize sizeHint () const

reimplemented_protected_functions
 virtual void changeEvent ( QEvent * ev )
 virtual bool event ( QEvent * e )
 virtual void paintEvent ( QPaintEvent * )

protected_slots

related_non_members

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects
class
QWidget
name
RenderFlags

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums
class_name
QFrame
name
Shadow
key
Plain
Raised
Sunken
public_flag
true
class_name
QFrame
name
Shape
key
NoFrame
Box
Panel
StyledPanel
HLine
VLine
WinPanel
public_flag
true
class_name
QFrame
name
StyleMask
key
Shadow_Mask
Shape_Mask
public_flag
true

parent_enums
class_name
QWidget
name
RenderFlag
key
DrawWindowBackground
DrawChildren
IgnoreMask
public_flag
true
class_name
QPaintDevice
name
PaintDeviceMetric
key
PdmWidth
PdmHeight
PdmWidthMM
PdmHeightMM
PdmNumColors
PdmDepth
PdmDpiX
PdmDpiY
PdmPhysicalDpiX
PdmPhysicalDpiY
public_flag
true

parent_index
216

parent_name
QWidget

