Code::Blocks  SVN r11506
Enumerations | Functions
platform Namespace Reference

Enumerations

enum  windows_version_t {
  winver_NotWindows = 0, winver_UnknownWindows, winver_Windows9598ME, winver_WindowsNT2000,
  winver_WindowsXP, winver_WindowsServer2003, winver_WindowsVista, winver_Windows7
}
 

Functions

DLLIMPORT windows_version_t WindowsVersion ()
 
bool move (wxString const &old_name, wxString const &new_name)
 
windows_version_t cb_get_os ()
 

Enumeration Type Documentation

◆ windows_version_t

Enumerator
winver_NotWindows 
winver_UnknownWindows 
winver_Windows9598ME 
winver_WindowsNT2000 
winver_WindowsXP 
winver_WindowsServer2003 
winver_WindowsVista 
winver_Windows7 

Definition at line 395 of file globals.h.

Function Documentation

◆ cb_get_os()

windows_version_t platform::cb_get_os ( )

◆ move()

bool platform::move ( wxString const &  old_name,
wxString const &  new_name 
)
inline

Definition at line 189 of file filemanager.cpp.

References wxRenameFile().

Referenced by FileManager::Save(), and FileManager::SaveUTF8().

◆ WindowsVersion()

windows_version_t platform::WindowsVersion ( )