#include </home/clem/local/src/opie/noncore/apps/tinykate/libkate/view/kateundohistory.h>
Collaboration diagram for UndoHistory:

Public Slots | |
| void | newUndo () |
Signals | |
| void | undo (int) |
| void | redo (int) |
Public Member Functions | |
| UndoHistory (KateView *, QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags f=0) | |
| virtual | ~UndoHistory () |
Protected Slots | |
| void | slotUndo () |
| void | slotRedo () |
| void | slotUndoSelChanged (int) |
| void | slotRedoSelChanged (int) |
Protected Attributes | |
| KateView * | kWrite |
| UndoListBox * | lbUndo |
| UndoListBox * | lbRedo |
| QPushButton * | btnUndo |
| QPushButton * | btnRedo |
|
||||||||||||||||||||||||
|
Constructed just like a regular QDialog Definition at line 47 of file kateundohistory.cpp. References btnRedo, btnUndo, i18n, lbRedo, lbUndo, newUndo(), slotRedo(), slotRedoSelChanged(), slotUndo(), and slotUndoSelChanged(). |
|
|
Definition at line 105 of file kateundohistory.cpp. |
|
|
This should be called whenever a change occurs in the undo/redo list. Causes the dialog to update its interface. Definition at line 108 of file kateundohistory.cpp. References QValueList< T >::begin(), UndoListBox::clear(), QValueList< T >::end(), i18n, UndoListBox::insertItem(), kWrite, lbRedo, lbUndo, KateView::redoTypeList(), UndoListBox::selCount(), slotRedoSelChanged(), slotUndoSelChanged(), KateView::undoTypeList(), and KateView::undoTypeName(). Referenced by UndoHistory(). |
|
|
Emitted when the user hits the Redo button. Specifies the number of undone operations to redo. Referenced by slotRedo(). |
|
|
Definition at line 145 of file kateundohistory.cpp. References lbRedo, lbUndo, redo(), UndoListBox::selCount(), and UndoListBox::setSelCount(). Referenced by UndoHistory(). |
|
|
Definition at line 157 of file kateundohistory.cpp. References btnRedo. Referenced by newUndo(), and UndoHistory(). |
|
|
Definition at line 139 of file kateundohistory.cpp. References lbRedo, lbUndo, UndoListBox::selCount(), UndoListBox::setSelCount(), and undo(). Referenced by UndoHistory(). |
|
|
Definition at line 152 of file kateundohistory.cpp. References btnUndo. Referenced by newUndo(), and UndoHistory(). |
|
|
Emitted when the user hits the Undo button. Specifies the number of operations to undo. Referenced by slotUndo(). |
|
|
Definition at line 75 of file kateundohistory.h. Referenced by slotRedoSelChanged(), and UndoHistory(). |
|
|
Definition at line 75 of file kateundohistory.h. Referenced by slotUndoSelChanged(), and UndoHistory(). |
|
|
Definition at line 71 of file kateundohistory.h. Referenced by newUndo(). |
|
|
Definition at line 73 of file kateundohistory.h. Referenced by newUndo(), slotRedo(), slotUndo(), and UndoHistory(). |
|
|
Definition at line 73 of file kateundohistory.h. Referenced by newUndo(), slotRedo(), slotUndo(), and UndoHistory(). |
1.4.2