Dekko
ItemRegistry Class Reference

Public Types

enum  LoadMode {
  DefaultOnly, LoadFirstEnabled, LoadLastEnabled, LoadAll,
  LoadById
}
 

Public Slots

void setTarget (QQuickItem *target)
 
void setLocation (QString location)
 
void setLoadMode (LoadMode loadMode)
 
void setAsynchronous (bool asynchronous)
 

Signals

void targetChanged (QQuickItem *target)
 
void locationChanged (QString location)
 
void loadModeChanged (LoadMode loadMode)
 
void asyncChanged (bool asynchronous)
 

Public Member Functions

 ItemRegistry (QObject *parent=0)
 
QQuickItem * target () const
 
QString location () const
 
QQmlListProperty< QQuickItem > defaultItems ()
 
LoadMode loadMode () const
 
bool asynchronous () const
 
Q_INVOKABLE QString findFirstEnabled (const QString &location)
 

Properties

QQuickItem target
 
QString location
 
QQmlListProperty< QQuickItem > defaultItems
 
LoadMode loadMode
 
QString pluginId
 
bool asynchronous
 

Detailed Description

Definition at line 30 of file ItemRegistry.h.

Inheritance diagram for ItemRegistry:
[legend]
Collaboration diagram for ItemRegistry:
[legend]

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