Qt 4.8
Public Functions | Public Variables | List of all members
qt_section_chunk Class Reference

Public Functions

 qt_section_chunk (int l, QString s)
 

Public Variables

int length
 
QString string
 

Detailed Description

Definition at line 3574 of file qstring.cpp.

Constructors and Destructors

◆ qt_section_chunk()

qt_section_chunk::qt_section_chunk ( int  l,
QString  s 
)
inline

Definition at line 3576 of file qstring.cpp.

3576 { length = l; string = s; }
QFactoryLoader * l

Properties

◆ length

int qt_section_chunk::length

Definition at line 3577 of file qstring.cpp.

Referenced by QString::section().

◆ string

QString qt_section_chunk::string

Definition at line 3578 of file qstring.cpp.

Referenced by QString::section().


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