Skip to main content
Inspiring
November 27, 2024
Question

Observer interface id for document related changes

  • November 27, 2024
  • 1 reply
  • 136 views

I am C++ SDK plugin lerner and I want to observe the changes into document so I need the inderface ID for it so is there any listing of Interfaces id for observing the document or panel related things.

This topic has been closed for replies.

1 reply

Legend
November 28, 2024

There is no exhaustive listing - there are many thousands of IIDs and a large share is used for notifications. There are also many more notification technologies beyond observers. Describe in UI terms what change you specifically want to observe, and also for what purpose (interfere with it, show it in a panel, trigger own change …).