#include <stringar.h>
Public Member Functions | |
CString () | |
CString (const CString &csRef) | |
CString (LPCTSTR lpstrRef) | |
CString (LPCOSTR lpstrRef) | |
~CString () | |
BOOL | IsEmpty () const |
void | Empty () |
operator LPCTSTR () const | |
operator LPTSTR () const | |
operator LPARAM () const | |
operator LPCOSTR () | |
const CString & | operator= (const CString &csSrc) |
const CString & | operator= (LPCTSTR lpstrSrc) |
const CString & | operator= (LPCOSTR lpstrSrc) |
CString | NameOnly () const |
CString | NameAndExtension () const |
void | Load (int id, HINSTANCE hiWhere=NULL) |
void | Load (HWND hwnd) |
void | LoadAndFormat (int id, HINSTANCE hiWhere, BOOL bSystemMessage, DWORD dwNumMsg, va_list *argList) |
BOOL | IsEqualString (CString &csRef1) |
Private Member Functions | |
void | Flip (LPCWSTR lpstrIn, LPSTR &lpstrOut) |
void | Flip (LPCSTR lpstrIn, LPWSTR &lpstrOut) |
Private Attributes | |
LPTSTR | m_acContents |
LPOSTR | m_acConverted |
BOOL | m_bConverted |
Friends | |
CString | operator+ (const CString &csRef1, LPCTSTR lpstrRef2) |
|
Definition at line 101 of file stringar.cpp. References FALSE, m_acContents, m_acConverted, m_bConverted, and NULL.
|
|
Definition at line 107 of file stringar.cpp. References FALSE, m_acContents, m_acConverted, m_bConverted, and NULL.
|
|
Definition at line 113 of file stringar.cpp. References FALSE, m_acContents, m_acConverted, m_bConverted, and NULL.
|
|
Definition at line 119 of file stringar.cpp. References FALSE, Flip(), m_acContents, m_acConverted, m_bConverted, and NULL.
|
|
Definition at line 133 of file stringar.cpp. References Empty().
|
|
Definition at line 79 of file stringar.cpp. References FALSE, m_acContents, m_acConverted, m_bConverted, and NULL. Referenced by CDeviceProfileManagement::FillList(), Load(), LoadAndFormat(), operator=(), CColorMatchDialog::~CColorMatchDialog(), and ~CString().
|
|
Definition at line 56 of file stringar.cpp.
|
|
Definition at line 34 of file stringar.cpp. Referenced by CString(), Flip(), operator LPCOSTR(), and operator=().
|
|
Definition at line 63 of file stringar.h. References BOOL, and m_acContents. Referenced by CColorMatchDialog::CompleteInitialization(), CProfile::Enumerate(), CDeviceProfileManagement::FillList(), CColorMatchDialog::FillStructure(), IsEqualString(), CICMUserInterface::Load(), CColorMatchDialog::OnInit(), operator+(), and CColorMatchDialog::UpdateControls().
|
|
Definition at line 93 of file stringar.cpp. References BOOL, FALSE, IsEmpty(), IsEqualString(), and m_acContents. Referenced by IsEqualString(), and CColorMatchDialog::OnCommand().
|
|
Definition at line 202 of file stringar.cpp. References Empty(), GetWindowText(), GetWindowTextLength(), Load(), and m_acContents.
|
|
Definition at line 189 of file stringar.cpp. References CGlobals::Instance(), Load(), and MAX_PATH. Referenced by CAddProfileDialog::CAddProfileDialog(), CColorMatchDialog::CompleteInitialization(), CMonitorProfileManagement::FillList(), CPrinterProfileManagement::FillList(), CICMUserInterface::GetCommandString(), CDeviceProfileManagement::GetDeviceTypeString(), Load(), LoadAndFormat(), CProfilePropertySheet::OnInit(), CProfileInformationPage::OnInit(), CColorMatchDialog::OnInit(), CAddProfileDialog::OpenFileHookProc(), CICMUserInterface::QueryContextMenu(), CGlobals::Report(), and CGlobals::ReportEx().
|
|
Definition at line 214 of file stringar.cpp. References dwFlags, DWORD, Empty(), Load(), LoadAndFormat(), lpSource, and NULL. Referenced by LoadAndFormat(), and CGlobals::ReportEx().
|
|
Definition at line 176 of file stringar.cpp. References m_acContents, and NULL. Referenced by CProfile::Associate(), CColorMatchDialog::CColorMatchDialog(), CProfile::Dissociate(), CProfile::Install(), and CProfile::Uninstall().
|
|
Definition at line 165 of file stringar.cpp. References m_acContents, and NULL. Referenced by CProfile::AssociationCheck(), CProfile::GetName(), CProfile::InstallCheck(), and CGlobals::IsInstalled().
|
|
Definition at line 68 of file stringar.h. References m_acContents.
|
|
Definition at line 139 of file stringar.cpp. References Flip(), m_acContents, m_acConverted, m_bConverted, and TRUE.
|
|
Definition at line 66 of file stringar.h. References m_acContents.
|
|
Definition at line 67 of file stringar.h. References m_acContents.
|
|
Definition at line 159 of file stringar.cpp. References Empty(), Flip(), and m_acContents.
|
|
Definition at line 153 of file stringar.cpp. References Empty(), m_acContents, and NULL.
|
|
Definition at line 147 of file stringar.cpp. References Empty(), m_acContents, and NULL.
|
|
Definition at line 238 of file stringar.cpp.
|
|
Definition at line 49 of file stringar.h. Referenced by CString(), Empty(), IsEmpty(), IsEqualString(), Load(), NameAndExtension(), NameOnly(), operator LPARAM(), operator LPCOSTR(), operator LPCTSTR(), operator LPTSTR(), operator+(), and operator=(). |
|
Definition at line 50 of file stringar.h. Referenced by CString(), Empty(), and operator LPCOSTR(). |
|
Definition at line 51 of file stringar.h. Referenced by CString(), Empty(), and operator LPCOSTR(). |