ICF 3.1.1.10
Technical documentation of ICF Libraries
IAttributeSelectionObserver.h
Go to the documentation of this file.
1/********************************************************************************
2** This file is part of the ICF Framework. Copyright (C) Witold Gantzke & Kirill Lepskiy
3** ICF Framework may be used under the terms of the LGPL License v. 2.1 by the Free Software Foundation.
4********************************************************************************/
5
6#pragma once
7
8
10
11#include <icmpstr/icmpstr.h>
12
13
14namespace icmpstr
15{
16
17
18class IAttributeSelectionObserver: virtual public istd::IPolymorphic
19{
20public:
21 virtual void OnAttributeSelected(const icomp::IAttributeStaticInfo* attributeStaticInfoPtr) = 0;
22};
23
24
25} // namespace icmpstr
26
27
virtual void OnAttributeSelected(const icomp::IAttributeStaticInfo *attributeStaticInfoPtr)=0
Describe component attribute static information.
This package contains (Qt based) implementations of compositor components.

© Witold Gantzke and Kirill Lepskiy