NCL Composer  0.1.5
 All Classes Functions Variables Pages
DocumentTreeItem.h
1 /* Copyright (c) 2011 Telemidia/PUC-Rio.
2  * All rights reserved. This program and the accompanying materials
3  * are made available under the terms of the Eclipse Public License v1.0
4  * which accompanies this distribution, and is available at
5  * http://www.eclipse.org/legal/epl-v10.html
6  *
7  * Contributors:
8  * Telemidia/PUC-Rio - initial API and implementation
9  */
10 #ifndef DOCUMENTTREEITEM_H
11 #define DOCUMENTTREEITEM_H
12 
13 #include <QTreeWidgetItem>
14 
15 class DocumentTreeItem : public QTreeWidgetItem
16 {
17 public:
19  enum { DocumentType = QTreeWidgetItem::UserType+2};
20 };
21 
22 #endif // DOCUMENTTREEITEM_H