libyui-ncurses  2.57.2
NCSchrollCB Class Reference

Interface for scroll callbacks. More...

#include <NCPad.h>

Inheritance diagram for NCSchrollCB:

Public Member Functions

virtual void HScroll (unsigned total, unsigned visible, unsigned start)
 
virtual void VScroll (unsigned total, unsigned visible, unsigned start)
 
virtual void ScrollHead (NCursesWindow &w, unsigned ccol)
 
virtual void AdjustPadSize (wsze &minsze)
 

Detailed Description

Interface for scroll callbacks.

Definition at line 35 of file NCPad.h.

Member Function Documentation

◆ HScroll()

virtual void NCSchrollCB::HScroll ( unsigned  total,
unsigned  visible,
unsigned  start 
)
inlinevirtual
Parameters
totalvirtual size
visiblesize of the visible part
startposition of the visible part

Reimplemented in NCRichText, and NCPadWidget.

Definition at line 44 of file NCPad.h.

◆ VScroll()

virtual void NCSchrollCB::VScroll ( unsigned  total,
unsigned  visible,
unsigned  start 
)
inlinevirtual
Parameters
totalvirtual size
visiblesize of the visible part
startposition of the visible part

Reimplemented in NCRichText, and NCPadWidget.

Definition at line 49 of file NCPad.h.


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