KDevelop API Documentation

Paren Struct Reference

#include <parenmatcher.h>

Collaboration diagram for Paren:

Collaboration graph
[legend]
List of all members.

Public Types

enum  Type { Open, Closed }

Public Member Functions

 Paren ()
 Paren (int t, const QChar &c, int p)

Public Attributes

Type type
QChar chr
int pos

Member Enumeration Documentation

enum Paren::Type
 

Enumeration values:
Open 
Closed 

Definition at line 34 of file parenmatcher.h.

Referenced by Paren().


Constructor & Destructor Documentation

Paren::Paren  )  [inline]
 

Definition at line 32 of file parenmatcher.h.

References chr, Open, pos, and type.

Paren::Paren int  t,
const QChar c,
int  p
[inline]
 

Definition at line 33 of file parenmatcher.h.

References chr, pos, Type, and type.


Member Data Documentation

QChar Paren::chr
 

Definition at line 36 of file parenmatcher.h.

Referenced by Paren().

int Paren::pos
 

Definition at line 37 of file parenmatcher.h.

Referenced by Paren().

Type Paren::type
 

Definition at line 35 of file parenmatcher.h.

Referenced by Paren().


The documentation for this struct was generated from the following file:
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:27:34 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003