KDevelop API Documentation

parts/outputviews/makewidget.cpp File Reference

#include "makewidget.h"
#include "kdevcore.h"
#include "kdevmainwindow.h"
#include "kdevproject.h"
#include "kdevpartcontroller.h"
#include "processlinemaker.h"
#include "makeviewpart.h"
#include "makeitem.h"
#include "ktexteditor/document.h"
#include "ktexteditor/cursorinterface.h"
#include "ktexteditor/editinterface.h"
#include "urlutil.h"
#include <kdebug.h>
#include <klocale.h>
#include <knotifyclient.h>
#include <kprocess.h>
#include <kglobal.h>
#include <kstandarddirs.h>
#include <kinstance.h>
#include <kstatusbar.h>
#include <kapplication.h>
#include <kconfig.h>
#include <qmessagebox.h>
#include <qapplication.h>
#include <qdir.h>
#include <qimage.h>
#include <qstylesheet.h>
#include <qtimer.h>
#include <qfileinfo.h>
#include <qclipboard.h>
#include <qpopupmenu.h>
#include <private/qrichtext_p.h>
#include <stdlib.h>
#include <limits.h>
#include "makewidget.moc"

Go to the source code of this file.

Classes

class  SelectionPreserver

Functions

bool checkFileExists (const QString &file, QString &fName)

Variables

const char *const error_xpm []
const char *const warning_xpm []
const char *const message_xpm []


Function Documentation

bool checkFileExists const QString file,
QString fName
[static]
 

Definition at line 403 of file makewidget.cpp.

References file.

Referenced by MakeWidget::guessFileName().


Variable Documentation

const char* const error_xpm[] [static]
 

Initial value:

{ "11 11 5 1", ". c None", "# c #313062", "a c #6261cd", "b c #c50000", "c c #ff8583", "...........", "...####....", ".a#bbbb#a..", ".#ccbbbb#..", "#bccbbbbb#.", "#bbbbbbbb#.", "#bbbbbbcb#.", "#bbbbbccb#.", ".#bbbccb#..", ".a#bbbb#a..", "...####...." }

Definition at line 50 of file makewidget.cpp.

Referenced by MakeWidget::MakeWidget().

const char* const message_xpm[] [static]
 

Initial value:

{ "11 11 5 1", ". c None", "b c #3100c5", "# c #313062", "c c #3189ff", "a c #6265cd", "...........", "...####....", ".a#bbbb#a..", ".#ccbbbb#..", "#bccbbbbb#.", "#bbbbbbbb#.", "#bbbbbbcb#.", "#bbbbbccb#.", ".#bbbccb#..", ".a#bbbb#a..", "...####...." }

Definition at line 94 of file makewidget.cpp.

Referenced by MakeWidget::MakeWidget().

const char* const warning_xpm[] [static]
 

Initial value:

{ "11 11 5 1", ". c None", "# c #313062", "a c #6261cd", "b c #c5c600", "c c #ffff41", "...........", "...####....", ".a#bbbb#a..", ".#ccbbbb#..", "#bccbbbbb#.", "#bbbbbbbb#.", "#bbbbbbcb#.", "#bbbbbccb#.", ".#bbbccb#..", ".a#bbbb#a..", "...####...." }

Definition at line 72 of file makewidget.cpp.

Referenced by MakeWidget::MakeWidget().

KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:16 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003