KDevelop API Documentation

KDevCppSupportIface.cpp

Go to the documentation of this file.
00001 
00002 #include "KDevCppSupportIface.h"
00003 #include "cppsupportpart.h"
00004 
00005 KDevCppSupportIface::KDevCppSupportIface( CppSupportPart* cppSupport )
00006     : QObject( cppSupport ), DCOPObject( "KDevCppSupport" ), m_cppSupport( cppSupport )
00007 {
00008 }
00009 
00010 KDevCppSupportIface::~KDevCppSupportIface()
00011 {
00012 }
00013 
00014 void KDevCppSupportIface::addClass()
00015 {
00016     m_cppSupport->slotNewClass();
00017 }
00018 
00019 void KDevCppSupportIface::parseProject()
00020 {
00021     m_cppSupport->parseProject();
00022 }
00023 
00024 #include "KDevCppSupportIface.moc"
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:30 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003