12 #ifndef HK_KDEROWSELECTOR 13 #define HK_KDEROWSELECTOR 16 #include <qpushbutton.h> 17 #include <klineedit.h> 18 #include <hk_dsrowselector.h> 19 #include <hk_datasource.h> 41 void slotpress_gotofirst(
void);
42 void slotpress_gotoprevious(
void);
43 void slotpress_gotonext(
void);
44 void slotpress_gotolast(
void);
45 void slotpress_storechanges(
void);
46 void slotpress_delete(
void);
47 void slotpress_insert(
void);
48 void slotlineedit(
void);
51 void previousrow_clicked();
52 void nextrow_clicked();
53 void insertrow_clicked();
54 void lastrow_clicked();
55 void firstrow_clicked();
56 void deleterow_clicked();
63 virtual void focusInEvent ( QFocusEvent * );
64 virtual void focusOutEvent ( QFocusEvent * );
65 virtual void widget_specific_tooltip_changed(
void);
66 void widget_specific_enable_disable(
void);
67 bool widget_specific_row_change(
void);
68 void datasource_delete(
void);
69 bool datasource_enable(
void);
70 virtual void widget_specific_insert_mode(
void);
71 virtual void resizeEvent (QResizeEvent *);
72 virtual void moveEvent ( QMoveEvent * ) ;
73 bool widget_specific_coordinates(uint px,uint py,uint pwidth,uint pheight);
74 virtual void widget_specific_backgroundcolour_changed(
const hk_colour&);
75 virtual void widget_specific_foregroundcolour_changed(
const hk_colour&);
76 virtual void widget_specific_enabled_changed(
void);
77 virtual bool presentationmode_changed(
void);
80 QPushButton* button_delete;
81 QPushButton* button_insert;
82 QPushButton* button_gotofirst;
83 QPushButton* button_gotoprevious;
84 QPushButton* button_gotonext;
85 QPushButton* button_gotolast;
86 QPushButton* button_store;
89 void reposition(
void);
KDE Widget to select a specific row.
Definition: hk_kderowselector.h:32
void rowselector_clicked()