KDevelop API Documentation

KDevJavaSupportIface.cpp

Go to the documentation of this file.
00001 
00002 #include "KDevJavaSupportIface.h"
00003 #include "javasupportpart.h"
00004 
00005 KDevJavaSupportIface::KDevJavaSupportIface( JavaSupportPart* javaSupport )
00006     : QObject( javaSupport ), DCOPObject( "KDevJavaSupport" ), m_javaSupport( javaSupport )
00007 {
00008 }
00009 
00010 KDevJavaSupportIface::~KDevJavaSupportIface()
00011 {
00012 }
00013 
00014 void KDevJavaSupportIface::addClass()
00015 {
00016     m_javaSupport->slotNewClass();
00017 }
00018 
00019 void KDevJavaSupportIface::parseProject()
00020 {
00021     m_javaSupport->parseProject();
00022 }
00023 
00024 #include "KDevJavaSupportIface.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 Wed Mar 23 00:03:48 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003