Public Member Functions | Public Attributes

StringProcessor::CharacterInfo Struct Reference

#include <stringProcessor.h>

List of all members.

Public Member Functions

 CharacterInfo (EChangeType type, int idx, const QString &ch, EFontSize size, EModifier mod)

Public Attributes

EChangeType changeType
 type of change to do
QString character
 character to be used
EFontSize fontSize
 font size changer
EModifier modifier
 symbol modifier
int textIdx
 idx to original string, where change starts

Detailed Description

Definition at line 74 of file stringProcessor.h.


Constructor & Destructor Documentation

StringProcessor::CharacterInfo::CharacterInfo ( EChangeType  type,
int  idx,
const QString &  ch,
EFontSize  size,
EModifier  mod 
) [explicit]

Definition at line 152 of file stringProcessor.cpp.

References DBGLOG_SP.


Member Data Documentation

type of change to do

Definition at line 76 of file stringProcessor.h.

Referenced by operator<<().

font size changer

Definition at line 79 of file stringProcessor.h.

Referenced by operator<<(), and StringProcessor::updateFont().

idx to original string, where change starts

Definition at line 77 of file stringProcessor.h.

Referenced by operator<<().


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