KDevelop API Documentation

src/documentationpart.cpp File Reference

#include <stdlib.h>
#include <qfile.h>
#include <kaction.h>
#include <klocale.h>
#include <kpopupmenu.h>
#include <kiconloader.h>
#include <kmainwindow.h>
#include "kdevmainwindow.h"
#include "partcontroller.h"
#include "toplevel.h"
#include "documentationpart.h"
#include "documentationpart.moc"

Go to the source code of this file.

Defines

#define F   0 /* character never appears in text */
#define T   1 /* character appears in plain ASCII text */
#define I   2 /* character appears in ISO-8859 text */
#define X   3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */

Functions

bool isUtf8 (const char *buf)


Define Documentation

#define F   0 /* character never appears in text */
 

Referenced by isUtf8().

#define I   2 /* character appears in ISO-8859 text */
 

Referenced by isUtf8().

#define T   1 /* character appears in plain ASCII text */
 

Referenced by CodeModel::create(), CreateNode(), CircularQueue< RefToken >::elementAt(), RefCount< TreeParserInputState >::get(), ASTRefCount< BaseAST >::get(), isUtf8(), PListViewItem< T >::item(), PCheckListItem< T >::item(), KDevGenericFactory< CppSupportPart >::KDevGenericFactory(), RefCount< TreeParserInputState >::operator->(), and ASTRefCount< BaseAST >::operator->().

#define X   3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */
 

Referenced by isUtf8().


Function Documentation

bool isUtf8 const char *  buf  )  [static]
 

Definition at line 120 of file documentationpart.cpp.

References F, I, T, and X.

Referenced by DocumentationPart::resolveEnvVarsInURL().

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:56 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003