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 | Private Attributes | List of all members
QtQuick2ApplicationViewer Class Reference

#include <qtquick2applicationviewer.h>

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

Public Member Functions

 QtQuick2ApplicationViewer (QWindow *parent=0)
 
virtual ~QtQuick2ApplicationViewer ()
 
void setMainQmlFile (const QString &file)
 
void addImportPath (const QString &path)
 
void showExpanded ()
 

Private Attributes

class QtQuick2ApplicationViewerPrivated
 

Detailed Description

Definition at line 16 of file qtquick2applicationviewer.h.

Constructor & Destructor Documentation

◆ QtQuick2ApplicationViewer()

QtQuick2ApplicationViewer::QtQuick2ApplicationViewer ( QWindow *  parent = 0)
explicit

Definition at line 52 of file qtquick2applicationviewer.cpp.

◆ ~QtQuick2ApplicationViewer()

QtQuick2ApplicationViewer::~QtQuick2ApplicationViewer ( )
virtual

Definition at line 60 of file qtquick2applicationviewer.cpp.

Member Function Documentation

◆ addImportPath()

void QtQuick2ApplicationViewer::addImportPath ( const QString &  path)

Definition at line 75 of file qtquick2applicationviewer.cpp.

◆ setMainQmlFile()

void QtQuick2ApplicationViewer::setMainQmlFile ( const QString &  file)

Definition at line 65 of file qtquick2applicationviewer.cpp.

◆ showExpanded()

void QtQuick2ApplicationViewer::showExpanded ( )

Definition at line 80 of file qtquick2applicationviewer.cpp.

Referenced by main().

Member Data Documentation

◆ d

class QtQuick2ApplicationViewerPrivate* QtQuick2ApplicationViewer::d
private

Definition at line 30 of file qtquick2applicationviewer.h.

Referenced by setMainQmlFile(), and ~QtQuick2ApplicationViewer().


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