#include <wx/string.h>
#include <wx/stream.h>
#include <wx/wfstream.h>
#include <wx/window.h>
#include <wx/frame.h>
#include "wx/export.h"
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | wxUtil |
Functions | |
void | WriteString (wxOutputStream &stream, const wxString &string) |
wxString | ReadString (wxInputStream &stream) |
bool | SaveCheckFilename (const wxString &file) |
bool | LoadCheckFilename (const wxString &file) |
void WXDLLIMPEXP_DI | WriteWindowLayout (wxOutputStream &stream, wxWindow *pWindow) |
void WXDLLIMPEXP_DI | ReadWindowLayout (wxInputStream &stream, wxWindow *pWindow) |
|
|
|
Definition at line 28 of file util.cpp. Referenced by wxSlideBar::LoadFromStream(), wxLayoutManager::LoadFromStream(), and wxUtil::ReadWindowLayout(). |
|
Definition at line 91 of file util.cpp. References wxUtil::ReadString(). |
|
|
|
Definition at line 20 of file util.cpp. Referenced by wxSlideBar::SaveToStream(), wxLayoutManager::SaveToStream(), and wxUtil::WriteWindowLayout(). |
|
Definition at line 54 of file util.cpp. References wxUtil::WriteString(). |