KTextTemplate

KTextTemplate::Token Struct Reference

#include <KTextTemplate/Token>

Public Attributes

QString content
 
int linenumber
 
int tokenType
 

Detailed Description

A token in a parse stream for a template.

This class is only relevant for template tag implementations.

Definition at line 37 of file token.h.

Member Data Documentation

◆ content

QString KTextTemplate::Token::content

The content of this Token.

Definition at line 40 of file token.h.

◆ linenumber

int KTextTemplate::Token::linenumber

The line number this Token starts at.

Definition at line 39 of file token.h.

◆ tokenType

int KTextTemplate::Token::tokenType

The Type of this Token.

Definition at line 38 of file token.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:42 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.