Eneboo - Documentación para desarrolladores
Clases | 'defines' | Funciones
Referencia del Archivo src/qsa/src/editor/qsacompletion.cpp
#include "qsacompletion.h"
#include "qsinterpreter.h"
#include "qsasyntaxhighlighter.h"
#include "qsdate_object.h"
#include "qsproject.h"
#include "quickbytearrayobject.h"
#include "quickclassparser.h"
#include "quickcolorobject.h"
#include "quickcoordobjects.h"
#include "quickfontobject.h"
#include "quickinterpreter.h"
#include "quickobjects.h"
#include "quickpixmapobject.h"
#include <qobjectlist.h>
#include <qmetaobject.h>
#include <qregexp.h>
#include <private/qcom_p.h>
#include <private/qrichtext_p.h>
#include <private/qucom_p.h>
#include <private/qucomextra_p.h>
#include <editor.h>

Clases

struct  Property

'defines'

#define APPEND_PARSED_CHAR(s)

Funciones

QString qsa_strip_open_parenthesis (const QString &str, char type)
QString qsa_strip_down (const QString &str, char start, char stop)
QuickInterpreterget_quick_interpreter (QSInterpreter *)

Documentación de los 'defines'

#define APPEND_PARSED_CHAR (   s)
Valor:
do { \
    if ( s == LeftHandSide ) \
      leftHandBuffer += c; \
    else if ( s == RightHandSight ) \
      rightHandBuffer += c; \
  } while ( FALSE )

Documentación de las funciones

QuickInterpreter* get_quick_interpreter ( QSInterpreter )
QString qsa_strip_down ( const QString str,
char  start,
char  stop 
)
QString qsa_strip_open_parenthesis ( const QString str,
char  type 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'