Qt 4.8
Public Types | Public Variables | List of all members
QXmlSimpleReaderPrivate::ParseState Struct Reference

Public Types

typedef bool(QXmlSimpleReaderPrivate::* ParseFunction) ()
 

Public Variables

ParseFunction function
 
int state
 

Detailed Description

Definition at line 382 of file qxml.cpp.

Typedefs

◆ ParseFunction

typedef bool(QXmlSimpleReaderPrivate::* QXmlSimpleReaderPrivate::ParseState::ParseFunction) ()

Definition at line 383 of file qxml.cpp.

Properties

◆ function

ParseFunction QXmlSimpleReaderPrivate::ParseState::function

Definition at line 384 of file qxml.cpp.

Referenced by QXmlSimpleReaderPrivate::pushParseState().

◆ state

int QXmlSimpleReaderPrivate::ParseState::state

Definition at line 385 of file qxml.cpp.

Referenced by QXmlSimpleReaderPrivate::pushParseState().


The documentation for this struct was generated from the following file: