Module qtjambi
Package io.qt.gui

Interface QAbstractUndoItem

All Superinterfaces:
QtObjectInterface

public interface QAbstractUndoItem extends QtObjectInterface

Java wrapper for Qt class QAbstractUndoItem

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    See QAbstractUndoItem::redo()
    void
    See QAbstractUndoItem::undo()

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Method Details