Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 186905
Collapse All | Expand All

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

Return to bug 186905