Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CPWL_ListCtrl::NotifyIface Class Referenceabstract

#include <cpwl_list_ctrl.h>

+ Inheritance diagram for CPWL_ListCtrl::NotifyIface:
+ Collaboration diagram for CPWL_ListCtrl::NotifyIface:

Public Member Functions

virtual ~NotifyIface ()
 
virtual void OnSetScrollInfoY (float fPlateMin, float fPlateMax, float fContentMin, float fContentMax, float fSmallStep, float fBigStep)=0
 
virtual void OnSetScrollPosY (float fy)=0
 
virtual bool OnInvalidateRect (const CFX_FloatRect &rect)=0
 

Detailed Description

Definition at line 23 of file cpwl_list_ctrl.h.

Constructor & Destructor Documentation

◆ ~NotifyIface()

CPWL_ListCtrl::NotifyIface::~NotifyIface ( )
virtualdefault

Member Function Documentation

◆ OnInvalidateRect()

virtual bool CPWL_ListCtrl::NotifyIface::OnInvalidateRect ( const CFX_FloatRect & rect)
nodiscardpure virtual

Implemented in CPWL_ListBox.

◆ OnSetScrollInfoY()

virtual void CPWL_ListCtrl::NotifyIface::OnSetScrollInfoY ( float fPlateMin,
float fPlateMax,
float fContentMin,
float fContentMax,
float fSmallStep,
float fBigStep )
pure virtual

Implemented in CPWL_ListBox.

◆ OnSetScrollPosY()

virtual void CPWL_ListCtrl::NotifyIface::OnSetScrollPosY ( float fy)
pure virtual

Implemented in CPWL_ListBox.


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