NCL Composer  0.1.5
 All Classes Functions Variables Pages
cpModelProfile.cpp
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 #include "cpModelProfile.h"
11 
12 cpModelProfile::cpModelProfile()
13 {
14 }
15 
16 cpModelProfile::~cpModelProfile()
17 {
18 
19 }
20 
21 LanguageType cpModelProfile::getLanguageType()
22 {
23 
24 }
25 
26 QList<QString> cpModelProfile::getOutputDocumentTypes()
27 {
28 
29 }
30 
31 IDocumentParser* cpModelProfile::createDocumentParser(Document *doc)
32 {
33 
34 }
35 
36 void cpModelProfile::releaseDocumentParser (IDocumentParser *parser)
37 {
38 
39 }
40 
41 QString cpModelProfile::getProfileName()
42 {
43 
44 }