template class CCL::PopupSourceControllerAccess

Overview

Mixin class for a PopupSelectorClient that implements access to the “source” controller in a popup form. More…

#include <popupselectorclient.h>

template <class NodeSuperClass>
class PopupSourceControllerAccess: public NodeSuperClass
{
public:
    // methods

    PROPERTY_SHARED_AUTO (IObjectNode, sourceController, SourceController) const;
};

Detailed Documentation

Mixin class for a PopupSelectorClient that implements access to the “source” controller in a popup form.

A class that implements IObjectNode must be specified as template argument; it will be used as SuperClass.