View | Details | Raw Unified
Collapse All | Expand All

(-) ktechlab-0.3-orig/src/itemdocument.h (-2 / +2 lines)
 Lines 112-118    Link Here 
		 * (such as PIC/START) have restrictions, and can only have one instance of
		 * (such as PIC/START) have restrictions, and can only have one instance of
		 * themselves on the canvas, and adds the operation to the undo list
		 * themselves on the canvas, and adds the operation to the undo list
		 */
		 */
		virtual Item* addItem( const QString &id, const QPoint &p, bool newItem ) = 0l;
		virtual Item* addItem( const QString &id, const QPoint &p, bool newItem ) = 0;
		/**
		/**
		 * @returns A pointer to the canvas
		 * @returns A pointer to the canvas
		 */
		 */
 Lines 215-221    Link Here 
		 * Set the given QCanvasItem (which will attempt to be casted to known
		 * Set the given QCanvasItem (which will attempt to be casted to known
		 * items to be deleted.
		 * items to be deleted.
		 */
		 */
		virtual void appendDeleteList( QCanvasItem * ) = 0l;
		virtual void appendDeleteList( QCanvasItem * ) = 0;
		/**
		/**
		 * Save the current state of the document to the undo/redo history.
		 * Save the current state of the document to the undo/redo history.
		 * @param actionTicket if this is non-negative, and the last state save
		 * @param actionTicket if this is non-negative, and the last state save