Allows testing of Qtilities::CoreGui::TreeFileItem. More...
#include <TestTreeFileItem.h>
Public Member Functions | |
int | execTest (int argc=0, char **argv=0) |
Function which will be called when the test must be executed on the testable object. | |
QObject * | objectBase () |
Returns the QObject* base of the interface. | |
const QObject * | objectBase () const |
Returns a const QObject* base of the interface. | |
QString | testName () const |
Provide a name for your test. |
Allows testing of Qtilities::CoreGui::TreeFileItem.
|
inlinevirtual |
Returns a const QObject* base of the interface.
This function can be used in const methods, but make sure that you don't modify things that should stay const. An example where this is used is when we want to get a property on an object in a const method. This is a const operation.
Implements Qtilities::Core::Interfaces::IObjectBase.
Qtilities : Reference Documentation | Back to top |
Copyright © 2009-2013, Jaco Naudé
|