|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Contains stream formatting parameters for use with TransferDlgItemText. More...
#include <owl/transfer.h>
Public Member Functions | |
| TTransferFormat & | SetFlags (std::ios_base::fmtflags v) |
| Mutator; can be chained, e.g. TTransferFormat().SetFlags(std::ios::showbase).SetWidth(7);. | |
| TTransferFormat & | SetPrecision (std::streamsize v) |
| Mutator; can be chained, e.g. TTransferFormat().SetPrecision(2).SetFlags(std::ios::fixed);. | |
| TTransferFormat & | SetWidth (std::streamsize v) |
| Mutator; can be chained, e.g. TTransferFormat().SetWidth(7).SetFlags(std::ios::scientific);. | |
| TTransferFormat & | SetFill (tchar v) |
| Mutator; can be chained, e.g. TTransferFormat().SetFill(' ').SetFlags(0);. | |
Public Attributes | |
| std::ios_base::fmtflags | Flags |
| See std::ios_base::flags. | |
| std::streamsize | Precision |
| See std::ios_base::precision. | |
| std::streamsize | Width |
| See std::ios_base::width. | |
| tchar | Fill |
Contains stream formatting parameters for use with TransferDlgItemText.
Definition at line 223 of file transfer.h.
|
inline |
Mutator; can be chained, e.g. TTransferFormat().SetFill(' ').SetFlags(0);.
Definition at line 248 of file transfer.h.
References Fill.
|
inline |
Mutator; can be chained, e.g. TTransferFormat().SetFlags(std::ios::showbase).SetWidth(7);.
Definition at line 233 of file transfer.h.
References Flags.
|
inline |
Mutator; can be chained, e.g. TTransferFormat().SetPrecision(2).SetFlags(std::ios::fixed);.
Definition at line 238 of file transfer.h.
References Precision.
|
inline |
Mutator; can be chained, e.g. TTransferFormat().SetWidth(7).SetFlags(std::ios::scientific);.
Definition at line 243 of file transfer.h.
References Width.
| tchar owl::TTransferFormat::Fill |
Definition at line 228 of file transfer.h.
| std::ios_base::fmtflags owl::TTransferFormat::Flags |
See std::ios_base::flags.
Definition at line 225 of file transfer.h.
| std::streamsize owl::TTransferFormat::Precision |
See std::ios_base::precision.
Definition at line 226 of file transfer.h.
| std::streamsize owl::TTransferFormat::Width |
See std::ios_base::width.
Definition at line 227 of file transfer.h.