struct CCL::IBlockContentNode

Overview

#include <iblockcontent.h>

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

    virtual IBlockContentChildren&CCL_API getChildren () = 0;
    virtual IBlockContentNode*CCL_API getParentNode () = 0;
    virtual void CCL_API setCustomStyleID (StringID id) = 0;
    virtual StringID CCL_API getCustomStyleID () 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 IBlockContentChildren&CCL_API getChildren () = 0

Get interface to manage child nodes.

virtual IBlockContentNode*CCL_API getParentNode () = 0

Get parent node.

virtual void CCL_API setCustomStyleID (StringID id) = 0

Set custom style identifier.

virtual StringID CCL_API getCustomStyleID () const = 0

Get custom style identifier.