// Purpose: interface of wxTempFileOutputStream
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Returns @true if the stream is initialized and ready.
*/
bool IsOk() const;
+
+ /**
+ Returns the underlying file object.
+ @since 2.9.5
+ */
+ wxFFile* GetFile() const;
};
Returns @true if the stream is initialized and ready.
*/
bool IsOk() const;
+
+ /**
+ Returns the underlying file object.
+ @since 2.9.5
+ */
+ wxFile* GetFile() const;
};
Returns @true if the stream is initialized and ready.
*/
bool IsOk() const;
+
+ /**
+ Returns the underlying file object.
+ @since 2.9.5
+ */
+ wxFile* GetFile() const;
};
Returns @true if the stream is initialized and ready.
*/
bool IsOk() const;
+
+ /**
+ Returns the underlying file object.
+ @since 2.9.5
+ */
+ wxFFile* GetFile() const;
};