Graphisoft®

API Development KitVersion: 18

API_NotifyViewEventType

알림이 올 Project Navigator 항목과 알림의 타입을 설명합니다.

    typedef struct {
        API_NotifyViewEventID      notifID;
        API_NavigatorMapID         mapId;
        API_Guid                   itemGuid;
    } API_NotifyViewEventType;

 

멤버

notifID
알림의 타입입니다.
mapId
이 Project Navigator 맵은 알림이 오는 항목을 포함합니다.
itemGuid Changed in API 11
네비게이터 항목의 고유 GUID입니다.

 

설명

이것은 APIViewEventHandlerProc 콜백 함수의 파라미터이며, 애드온이 호출한 네비게이터 항목과 알림의 타입을 식별합니다.
삽입, 제거, 변경, 열린 항목들의 알림을 받으려면 당신은 ACAPI_Notify_CatchViewEvent 함수와 함께 APIViewEventHandlerProc를 설치해야 합니다.

 

요구사항

버전: API 10 또는 이후
헤더: APIdefs_Callback.h

 

참고사항

API_NotifyViewEventID, API_NavigatorMapID
APIViewEventHandlerProc, ACAPI_Notify_CatchViewEvent
API 타입