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
Public Member Functions | Protected Attributes | Properties | List of all members
ZblTestPlugin Class Reference

#include <zbltestplugin.h>

Inheritance diagram for ZblTestPlugin:
Inheritance graph
[legend]
Collaboration diagram for ZblTestPlugin:
Collaboration graph
[legend]

Public Member Functions

 ZblTestPlugin (QQuickItem *parent=0)
 
 ~ZblTestPlugin ()
 
QString getText ()
 
void setText (const QString &text)
 

Protected Attributes

QString m_text
 

Properties

QString text
 

Detailed Description

Definition at line 6 of file zbltestplugin.h.

Constructor & Destructor Documentation

◆ ZblTestPlugin()

ZblTestPlugin::ZblTestPlugin ( QQuickItem *  parent = 0)

Definition at line 3 of file zbltestplugin.cpp.

◆ ~ZblTestPlugin()

ZblTestPlugin::~ZblTestPlugin ( )

Definition at line 13 of file zbltestplugin.cpp.

Member Function Documentation

◆ getText()

QString ZblTestPlugin::getText ( )

Definition at line 17 of file zbltestplugin.cpp.

◆ setText()

void ZblTestPlugin::setText ( const QString &  text)

Definition at line 22 of file zbltestplugin.cpp.

Member Data Documentation

◆ m_text

QString ZblTestPlugin::m_text
protected

Definition at line 22 of file zbltestplugin.h.

Referenced by getText(), and setText().

Property Documentation

◆ text

QString ZblTestPlugin::text
readwrite

Definition at line 15 of file zbltestplugin.h.

Referenced by setText().


The documentation for this class was generated from the following files: