Krita Source Code Documentation
Loading...
Searching...
No Matches
KDcrawIface::RVBox Class Reference

#include <rwidgetutils.h>

+ Inheritance diagram for KDcrawIface::RVBox:

Public Member Functions

 RVBox (QWidget *const parent=0)
 
 ~RVBox () override
 
- Public Member Functions inherited from KDcrawIface::RHBox
QSize minimumSizeHint () const override
 
 RHBox (QWidget *const parent=0)
 
void setMargin (int margin)
 
void setSpacing (int space)
 
void setStretchFactor (QWidget *const widget, int stretch)
 
QSize sizeHint () const override
 
 ~RHBox () override
 

Additional Inherited Members

- Protected Member Functions inherited from KDcrawIface::RHBox
void childEvent (QChildEvent *e) override
 
 RHBox (bool vertical, QWidget *const parent)
 

Detailed Description

A Vertical widget to host children widgets

Definition at line 110 of file rwidgetutils.h.

Constructor & Destructor Documentation

◆ RVBox()

KDcrawIface::RVBox::RVBox ( QWidget *const parent = 0)
explicit

Definition at line 207 of file rwidgetutils.cpp.

208 : RHBox(true, parent)
209{
210}
RHBox(QWidget *const parent=0)

◆ ~RVBox()

KDcrawIface::RVBox::~RVBox ( )
override

Definition at line 212 of file rwidgetutils.cpp.

213{
214}

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