Home

QtUndoListBox Class Reference

The QtUndoListBox class is a QListBox which displays the commands on the QtUndoStack associated with the focused target. More...

#include <qtundo.h>

List of all member functions.

Public Members


Detailed Description

The QtUndoListBox class is a QListBox which displays the commands on the QtUndoStack associated with the focused target.

QtUndoListBox keeps track of changes in the stack and focus in the application, and updates itself accordingly. Selecting a command causes undo or redo until the selected command is current. Hence the history of changes can be undone or redone by traversing the list.


Member Function Documentation

QtUndoListBox::QtUndoListBox ( QWidget * parent = 0, const char * name = 0 )

Constructs a QtUndoListBox. The parent and name are passed on to the QListBox constructor.

This file is part of the Qt Solutions. Copyright © 2003-2006 Trolltech. All Rights Reserved.

Copyright © 2003-2006 TrolltechTrademarks
Qt Solutions