KDevelop API Documentation

documentationpart.cpp

Go to the documentation of this file.
00001 #include "partcontroller.h"
00002 
00003 #include "documentationpart.h"
00004 
00005 DocumentationPart::DocumentationPart()
00006   : KDevHTMLPart()
00007 {
00008     setOptions(CanDuplicate | CanOpenInNewWindow);
00009 }
00010 
00011 void DocumentationPart::slotDuplicate( )
00012 {
00013     PartController::getInstance()->showDocument(url(), true);
00014 }
00015 
00016 void DocumentationPart::slotOpenInNewWindow( const KURL & url )
00017 {
00018     PartController::getInstance()->showDocument(url, true);
00019 }
00020 
00021 #include "documentationpart.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:58 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003