git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56595
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
neither associated with this table by SetAttrProvider() nor created on
demand by any other methods.
*/
neither associated with this table by SetAttrProvider() nor created on
demand by any other methods.
*/
- wxGridCellAttrProvider *GetAttrProvider() const { return m_attrProvider; }
+ wxGridCellAttrProvider *GetAttrProvider() const;
/**
Return the attribute for the given cell.
/**
Return the attribute for the given cell.
/**
Clears the list and adds @a n items with value @a v to it.
*/
/**
Clears the list and adds @a n items with value @a v to it.
*/
- void assign(size_type n, const_reference v = value_type()) \
+ void assign(size_type n, const_reference v = value_type());
/**
Returns the last item of the list.
/**
Returns the last item of the list.
Releases any previously held pointer and creates a reference to the
same object as @a topcopy.
*/
Releases any previously held pointer and creates a reference to the
same object as @a topcopy.
*/
- wxSharedPtr<T>& operator=(const wxSharedPtr<T>& tocopy)
+ wxSharedPtr<T>& operator=(const wxSharedPtr<T>& tocopy);
/**
Reset pointer to @a ptr.
/**
Reset pointer to @a ptr.
Create pixel data object representing the area of the image defined by
@a pt and @a sz.
*/
Create pixel data object representing the area of the image defined by
@a pt and @a sz.
*/
- wxPixelData(Image& i, const wxPoint& pt, const wxSize& sz)
+ wxPixelData(Image& i, const wxPoint& pt, const wxSize& sz);
/**
Return @true of if we could get access to bitmap data successfully.
/**
Return @true of if we could get access to bitmap data successfully.
/**
Calls Sync() and changes the stream position.
*/
/**
Calls Sync() and changes the stream position.
*/
- virtual wxFileOffset SeekO(wxFileOffset pos, wxSeekMode mode = wxFromStart)
+ virtual wxFileOffset SeekO(wxFileOffset pos, wxSeekMode mode = wxFromStart);
/**
Flushes the buffer and calls Sync() on the parent stream.
/**
Flushes the buffer and calls Sync() on the parent stream.
/**
Appends the wide string literal @e pwz.
*/
/**
Appends the wide string literal @e pwz.
*/
- wxString& Append(const wchar_t* pwz)
+ wxString& Append(const wchar_t* pwz);
/**
Appends the string literal @e psz with max length @e nLen.
/**
Appends the string literal @e psz with max length @e nLen.
/**
Appends the wide string literal @e psz with max length @e nLen.
*/
/**
Appends the wide string literal @e psz with max length @e nLen.
*/
- wxString& Append(const wchar_t* pwz, size_t nLen)
+ wxString& Append(const wchar_t* pwz, size_t nLen);
/**
Appends the string @e s.
/**
Appends the string @e s.
*/
friend istream operator>>(istream& is, wxString& str);
*/
friend istream operator>>(istream& is, wxString& str);
/**
These functions work as C++ stream insertion operators. They insert the
given value into the string. Precision and format cannot be set using them.
Use Printf() instead.
*/
wxString& operator<<(const wxString& s);
/**
These functions work as C++ stream insertion operators. They insert the
given value into the string. Precision and format cannot be set using them.
Use Printf() instead.
*/
wxString& operator<<(const wxString& s);
- wxString& operator<<(const char* psz)
- wxString& operator<<(const wchar_t* pwz)
- wxString& operator<<(const wxCStrData& psz)
wxString& operator<<(const char* psz);
wxString& operator<<(const char* psz);
- wxString& operator<<(wxUniCharRef ch)
- wxString& operator<<(char ch)
- wxString& operator<<(unsigned char ch)
- wxString& operator<<(wchar_t ch)
- wxString& operator<<(const wxCharBuffer& s)
- wxString& operator<<(const wxWCharBuffer& s)
+ wxString& operator<<(const wchar_t* pwz);
+ wxString& operator<<(const wxCStrData& psz);
+ wxString& operator<<(const char* psz);
+ wxString& operator<<(wxUniCharRef ch);
+ wxString& operator<<(char ch);
+ wxString& operator<<(unsigned char ch);
+ wxString& operator<<(wchar_t ch);
+ wxString& operator<<(const wxCharBuffer& s);
+ wxString& operator<<(const wxWCharBuffer& s);
wxString& operator<<(wxUniCharRef ch);
wxString& operator<<(unsigned int ui);
wxString& operator<<(long l);
wxString& operator<<(wxUniCharRef ch);
wxString& operator<<(unsigned int ui);
wxString& operator<<(long l);
wxString& operator<<(wxULongLong_t ul);
wxString& operator<<(float f);
wxString& operator<<(double d);
wxString& operator<<(wxULongLong_t ul);
wxString& operator<<(float f);
wxString& operator<<(double d);
/**
Same as Mid() (substring extraction).
/**
Same as Mid() (substring extraction).
*/
wxVideoMode(int width = 0, int height = 0, int depth = 0, int freq = 0);
*/
wxVideoMode(int width = 0, int height = 0, int depth = 0, int freq = 0);
- bool operator==(const wxVideoMode& m) const
- bool operator!=(const wxVideoMode& mode) const
-
/**
Returns true if this mode matches the other one in the sense that all
non zero fields of the other mode have the same value in this one
/**
Returns true if this mode matches the other one in the sense that all
non zero fields of the other mode have the same value in this one
+
+ bool operator==(const wxVideoMode& m) const;
+ bool operator!=(const wxVideoMode& mode) const;
+
+
+
/**
The screen width in pixels (e.g. 640), 0 means unspecified.
*/
/**
The screen width in pixels (e.g. 640), 0 means unspecified.
*/