API Documentation
Loading...
Searching...
No Matches
QCustomScrollArea Class Reference

A scroll area is used to display the contents of a child widget within a frame. If the widget exceeds the size of the frame, the view can provide scroll bars so that the entire area of. More...

#include <QCustomScrollArea.h>

Inheritance diagram for QCustomScrollArea:
[legend]
Collaboration diagram for QCustomScrollArea:
[legend]

Public Member Functions

bool eventFilter (QObject *, QEvent *event) override
 
 QCustomScrollArea (QWidget *parent=nullptr)
 
void setUseFullScroll (bool use_full_scroll)
 
void setWidget (QWidget *w)
 
QSize sizeHint () const override
 
QWidget * takeWidget ()
 
bool useFullScroll () const
 

Protected Attributes

bool m_use_full_scroll = false
 

Detailed Description

A scroll area is used to display the contents of a child widget within a frame. If the widget exceeds the size of the frame, the view can provide scroll bars so that the entire area of.


the child widget can be viewed.

Constructor & Destructor Documentation

◆ QCustomScrollArea()

QCustomScrollArea ( QWidget * parent = nullptr)

Member Function Documentation

◆ eventFilter()

bool eventFilter ( QObject * ,
QEvent * event )
override

◆ setUseFullScroll()

void setUseFullScroll ( bool use_full_scroll)

◆ setWidget()

void setWidget ( QWidget * w)

◆ sizeHint()

QSize sizeHint ( ) const
override

◆ takeWidget()

QWidget * takeWidget ( )

◆ useFullScroll()

bool useFullScroll ( ) const
inline

Member Data Documentation

◆ m_use_full_scroll

bool m_use_full_scroll = false
protected

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