#include <TextStream.h>
|
enum | Formatting {
SVGStyleRect = 1 << 0,
NumberRespectingIntegers = 1 << 1,
LayoutUnitsAsIntegers = 1 << 2,
SVGStyleRect = 1 << 0,
NumberRespectingIntegers = 1 << 1,
LayoutUnitsAsIntegers = 1 << 2
} |
|
enum | LineMode { LineMode::SingleLine,
LineMode::MultipleLine,
LineMode::SingleLine,
LineMode::MultipleLine
} |
|
enum | Formatting {
SVGStyleRect = 1 << 0,
NumberRespectingIntegers = 1 << 1,
LayoutUnitsAsIntegers = 1 << 2,
SVGStyleRect = 1 << 0,
NumberRespectingIntegers = 1 << 1,
LayoutUnitsAsIntegers = 1 << 2
} |
|
enum | LineMode { LineMode::SingleLine,
LineMode::MultipleLine,
LineMode::SingleLine,
LineMode::MultipleLine
} |
|
using | FormattingFlags = unsigned |
|
using | FormattingFlags = unsigned |
|
◆ FormattingFlags [1/2]
◆ FormattingFlags [2/2]
◆ Formatting [1/2]
Enumerator |
---|
SVGStyleRect | |
NumberRespectingIntegers | |
LayoutUnitsAsIntegers | |
SVGStyleRect | |
NumberRespectingIntegers | |
LayoutUnitsAsIntegers | |
◆ Formatting [2/2]
Enumerator |
---|
SVGStyleRect | |
NumberRespectingIntegers | |
LayoutUnitsAsIntegers | |
SVGStyleRect | |
NumberRespectingIntegers | |
LayoutUnitsAsIntegers | |
◆ LineMode [1/2]
Enumerator |
---|
SingleLine | |
MultipleLine | |
SingleLine | |
MultipleLine | |
◆ LineMode [2/2]
Enumerator |
---|
SingleLine | |
MultipleLine | |
SingleLine | |
MultipleLine | |
◆ TextStream() [1/2]
◆ TextStream() [2/2]
◆ decreaseIndent() [1/2]
void WebCore::TextStream::decreaseIndent |
( |
int |
amount = 1 | ) |
|
|
inline |
◆ decreaseIndent() [2/2]
void WebCore::TextStream::decreaseIndent |
( |
int |
amount = 1 | ) |
|
|
inline |
◆ dumpProperty() [1/2]
template<typename T >
void WebCore::TextStream::dumpProperty |
( |
const String & |
name, |
|
|
const T & |
value |
|
) |
| |
|
inline |
◆ dumpProperty() [2/2]
template<typename T >
void WebCore::TextStream::dumpProperty |
( |
const String & |
name, |
|
|
const T & |
value |
|
) |
| |
|
inline |
◆ endGroup() [1/2]
void WebCore::TextStream::endGroup |
( |
| ) |
|
◆ endGroup() [2/2]
◆ formattingFlags() [1/2]
◆ formattingFlags() [2/2]
◆ hasFormattingFlag() [1/2]
bool WebCore::TextStream::hasFormattingFlag |
( |
Formatting |
flag | ) |
const |
|
inline |
◆ hasFormattingFlag() [2/2]
bool WebCore::TextStream::hasFormattingFlag |
( |
Formatting |
flag | ) |
const |
|
inline |
◆ increaseIndent() [1/2]
void WebCore::TextStream::increaseIndent |
( |
int |
amount = 1 | ) |
|
|
inline |
◆ increaseIndent() [2/2]
void WebCore::TextStream::increaseIndent |
( |
int |
amount = 1 | ) |
|
|
inline |
◆ nextLine() [1/2]
◆ nextLine() [2/2]
void WebCore::TextStream::nextLine |
( |
| ) |
|
◆ operator<<() [1/28]
TextStream & WebCore::TextStream::operator<< |
( |
bool |
b | ) |
|
◆ operator<<() [2/28]
◆ operator<<() [3/28]
TextStream & WebCore::TextStream::operator<< |
( |
int |
i | ) |
|
◆ operator<<() [4/28]
◆ operator<<() [5/28]
TextStream & WebCore::TextStream::operator<< |
( |
unsigned |
i | ) |
|
◆ operator<<() [6/28]
◆ operator<<() [7/28]
TextStream & WebCore::TextStream::operator<< |
( |
long |
i | ) |
|
◆ operator<<() [8/28]
◆ operator<<() [9/28]
TextStream & WebCore::TextStream::operator<< |
( |
unsigned long |
i | ) |
|
◆ operator<<() [10/28]
◆ operator<<() [11/28]
TextStream & WebCore::TextStream::operator<< |
( |
long long |
i | ) |
|
◆ operator<<() [12/28]
◆ operator<<() [13/28]
◆ operator<<() [14/28]
◆ operator<<() [15/28]
◆ operator<<() [16/28]
TextStream & WebCore::TextStream::operator<< |
( |
unsigned long long |
i | ) |
|
◆ operator<<() [17/28]
TextStream & WebCore::TextStream::operator<< |
( |
float |
f | ) |
|
◆ operator<<() [18/28]
◆ operator<<() [19/28]
◆ operator<<() [20/28]
TextStream & WebCore::TextStream::operator<< |
( |
double |
d | ) |
|
◆ operator<<() [21/28]
◆ operator<<() [22/28]
TextStream & WebCore::TextStream::operator<< |
( |
const char * |
string | ) |
|
◆ operator<<() [23/28]
◆ operator<<() [24/28]
◆ operator<<() [25/28]
◆ operator<<() [26/28]
◆ operator<<() [27/28]
◆ operator<<() [28/28]
◆ release() [1/2]
String WebCore::TextStream::release |
( |
| ) |
|
◆ release() [2/2]
◆ setFormattingFlags() [1/2]
◆ setFormattingFlags() [2/2]
◆ startGroup() [1/2]
◆ startGroup() [2/2]
void WebCore::TextStream::startGroup |
( |
| ) |
|
◆ writeIndent() [1/2]
◆ writeIndent() [2/2]
void WebCore::TextStream::writeIndent |
( |
| ) |
|
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/TextStream.h
- Source/WebCore/platform/text/TextStream.cpp