Databasehandlingdialogclasses  0.5.3
Signals | Public Member Functions | Protected Slots | Protected Member Functions | List of all members
hk_kderowselector Class Reference

KDE Widget to select a specific row. More...

#include <hk_kderowselector.h>

Inheritance diagram for hk_kderowselector:
Inheritance graph
[legend]
Collaboration diagram for hk_kderowselector:
Collaboration graph
[legend]

Signals

void previousrow_clicked ()
 
void nextrow_clicked ()
 
void insertrow_clicked ()
 
void lastrow_clicked ()
 
void firstrow_clicked ()
 
void deleterow_clicked ()
 
void rowselector_clicked ()
 

Public Member Functions

 hk_kderowselector (QWidget *wid=0, hk_form *form=NULL)
 

Protected Slots

void slotpress_gotofirst (void)
 
void slotpress_gotoprevious (void)
 
void slotpress_gotonext (void)
 
void slotpress_gotolast (void)
 
void slotpress_storechanges (void)
 
void slotpress_delete (void)
 
void slotpress_insert (void)
 
void slotlineedit (void)
 

Protected Member Functions

virtual void focusInEvent (QFocusEvent *)
 
virtual void focusOutEvent (QFocusEvent *)
 
virtual void widget_specific_tooltip_changed (void)
 
void widget_specific_enable_disable (void)
 
bool widget_specific_row_change (void)
 
void datasource_delete (void)
 
bool datasource_enable (void)
 
virtual void widget_specific_insert_mode (void)
 
virtual void resizeEvent (QResizeEvent *)
 
virtual void moveEvent (QMoveEvent *)
 
bool widget_specific_coordinates (uint px, uint py, uint pwidth, uint pheight)
 
virtual void widget_specific_backgroundcolour_changed (const hk_colour &)
 
virtual void widget_specific_foregroundcolour_changed (const hk_colour &)
 
virtual void widget_specific_enabled_changed (void)
 
virtual bool presentationmode_changed (void)
 

Detailed Description

KDE Widget to select a specific row.

Version
Revision:
1.11
Author
Horst Knorr (hk_cl.nosp@m.asse.nosp@m.s@kno.nosp@m.da.o.nosp@m.rg) Just set the datasource (defined in the parent class hk_dsvisible) to use it. You can press the buttons to change to the first, previous,next, last row, or enter the wished row number (first row is number 1).

Member Function Documentation

void hk_kderowselector::rowselector_clicked ( )
signal

signal will be emitted whenever the rowselector is used


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