Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
VkSpecParser Class Reference
+ Collaboration diagram for VkSpecParser:

Classes

struct  Command
 
struct  TypedName
 

Public Member Functions

bool parse ()
 
QList< Commandcommands () const
 
QMap< QString, QStringListversionCommandMapping () const
 
void setFileName (const QString &fn)
 

Detailed Description

Definition at line 19 of file qvkgen.cpp.

Member Function Documentation

◆ commands()

QList< Command > VkSpecParser::commands ( ) const
inline

Definition at line 36 of file qvkgen.cpp.

Referenced by main().

+ Here is the caller graph for this function:

◆ parse()

bool VkSpecParser::parse ( )

Definition at line 57 of file qvkgen.cpp.

References QList< T >::clear(), QMap< Key, T >::clear(), QFile::fileName(), QFile::open(), qPrintable, QStringLiteral, qWarning, QIODeviceBase::ReadOnly, QFile::setFileName(), and QIODeviceBase::Text.

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setFileName()

void VkSpecParser::setFileName ( const QString & fn)
inline

Definition at line 39 of file qvkgen.cpp.

Referenced by main().

+ Here is the caller graph for this function:

◆ versionCommandMapping()

QMap< QString, QStringList > VkSpecParser::versionCommandMapping ( ) const
inline

Definition at line 37 of file qvkgen.cpp.

Referenced by main().

+ Here is the caller graph for this function:

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