KDevelop API Documentation

languages/java/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.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:44 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003