struct CCL::ILayoutView

Overview

#include <iview.h>

struct ILayoutView: public CCL::IUnknown
{
    // methods

    virtual tbool CCL_API getLayoutAttributes (IAttributeList& attributes) const = 0;

    virtual tbool CCL_API getChildLayoutAttributes (
        IAttributeList& attributes,
        IView* view
    ) const = 0;
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

Methods

virtual tbool CCL_API getLayoutAttributes (IAttributeList& attributes) const = 0

Get attributes of the layout currently in use.

virtual tbool CCL_API getChildLayoutAttributes (
    IAttributeList& attributes,
    IView* view
) const = 0

Get attributes of layout items associated with a child view.