wxVersion Class Reference

A version number in form a.b.c where a, b, c can be any positive value. More...

#include <version.h>

List of all members.

Public Member Functions

 wxVersion (size_t major=0, size_t minor=0, size_t release=0)
 wxVersion (const wxString &str)
wxVersionoperator= (const wxString &str)
 operator wxString () const
bool operator> (const wxVersion &ver) const
bool operator< (const wxVersion &ver) const
bool operator== (const wxVersion &ver) const
bool operator!= (const wxVersion &ver) const
bool operator>= (const wxVersion &ver) const
bool operator<= (const wxVersion &ver) const
void Set (size_t major, size_t minor, size_t release)
bool Set (const wxString &str)
wxString GetAsString () const
bool IsOk () const
size_t GetMajor () const
size_t GetMinor () const
size_t GetRelease () const

Protected Attributes

size_t m_nMajor
size_t m_nMinor
size_t m_nRelease


Detailed Description

A version number in form a.b.c where a, b, c can be any positive value.

Definition at line 30 of file version.h.


The documentation for this class was generated from the following files:
Generated on Thu Feb 1 22:14:32 2007 for wxWidgets Package Manager by  doxygen 1.5.1-p1