libyui-ncurses  2.57.2
NCScrollHint Class Reference

Forward the scroll callbacks to another object. More...

#include <NCPad.h>

Inheritance diagram for NCScrollHint:
Collaboration diagram for NCScrollHint:

Public Member Functions

void SendSchrollCB (NCSchrollCB *dest)
 Set the receiver of callbacks to dest
 
virtual void SendHead ()
 

Protected Member Functions

virtual void SetHead (NCursesWindow &w, unsigned ccol)
 
void VSet (unsigned total, unsigned visible, unsigned start)
 
void HSet (unsigned total, unsigned visible, unsigned start)
 
virtual void SetPadSize (wsze &minsze)
 
- Protected Member Functions inherited from NCSchrollCB
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

Forward the scroll callbacks to another object.

By default it forwards to itself

Definition at line 60 of file NCPad.h.


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