WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. | Zuble QML Types | Zuble C++ Classes | Zuble Overview |
Zuble
0.1
Zuble Framework C++/QML extension API
|
Interface for log output modules that perform file operations. More...
#include <ZblLogFileOutIF.h>
Public Member Functions | |
virtual | ~ZblLogFileOutIF () |
virtual void | open (const QString &filePath)=0 |
virtual void | close ()=0 |
virtual qlonglong | size ()=0 |
virtual void | flush ()=0 |
Interface for log output modules that perform file operations.
Log output modules implement ZblLogFileOutIF if they need to receive file open/close notifications.
Definition at line 42 of file ZblLogFileOutIF.h.
|
inlinevirtual |
Definition at line 45 of file ZblLogFileOutIF.h.
|
pure virtual |
Implemented in Zbl::ZblLogToTextFile.
Referenced by ~ZblLogFileOutIF().
|
pure virtual |
Implemented in Zbl::ZblLogToTextFile.
Referenced by ~ZblLogFileOutIF().
|
pure virtual |
Implemented in Zbl::ZblLogToTextFile.
Referenced by ~ZblLogFileOutIF().
|
pure virtual |
Implemented in Zbl::ZblLogToTextFile.
Referenced by ~ZblLogFileOutIF().
Zuble documentation copyright © 2019 Bob Dinitto. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Zuble is a derivative work of Qt version 5. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.