MSG_DESCRIPTION

Detailed Description

Macros

#define MSG_DESCRIPTION_INEX_DELETED
 
#define MSG_DESCRIPTION_INEX_ADDED
 
#define MSG_DESCRIPTION_INEX_SELCHANGED
 
#define MSG_DESCRIPTION_REMOVE_ENTRY
 
#define MSG_DESCRIPTION_EDIT_ENTRY
 
#define MSG_DESCRIPTION_CHECKDRAGANDDROP
 
#define MSG_DESCRIPTION_GETBITMAP
 
#define MSG_DESCRIPTION_GETOBJECTS
 
#define MSG_DESCRIPTION_USERINTERACTION_START
 
#define MSG_DESCRIPTION_USERINTERACTION_END
 
#define MSG_DESCRIPTION_GETINLINEOBJECT
 
#define MSG_DESCRIPTION_IMPEXPORT_INIT
 
#define MSG_DESCRIPTION_IMPEXPORT_CANCEL
 
#define MSG_DESCRIPTION_IMPEXPORT_VERIFY_SUFFIX
 
#define MSG_DESCRIPTION_IMPEXPORT_VERIFY_FILENAME
 
#define MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION
 
#define MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION_ID
 
#define MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION_CONTENT
 
#define MSG_DESCRIPTION_RESET_CHANGE
 

Macro Definition Documentation

◆ MSG_DESCRIPTION_INEX_DELETED

#define MSG_DESCRIPTION_INEX_DELETED

Sent by an in/exclude list to the parent. Tells the parent, that an entry got deleted from the list The corresponding data is DescriptionInExDeleted.

Since
R18

◆ MSG_DESCRIPTION_INEX_ADDED

#define MSG_DESCRIPTION_INEX_ADDED

Sent by an in/exclude list to the parent. Tells the parent, that an entry got added to the list The corresponding data is DescriptionInExAdded.

Since
R18

◆ MSG_DESCRIPTION_INEX_SELCHANGED

#define MSG_DESCRIPTION_INEX_SELCHANGED

Sent by an in/exclude list to the parent. Tells the parent, that the selection in the InExclude List changed The corresponding data is DescriptionInExSelChanged.

Since
R18

◆ MSG_DESCRIPTION_REMOVE_ENTRY

#define MSG_DESCRIPTION_REMOVE_ENTRY

Tells the atom to remove a description entry. The corresponding data is DescriptionCommand.

◆ MSG_DESCRIPTION_EDIT_ENTRY

#define MSG_DESCRIPTION_EDIT_ENTRY

Tells the atom to edit a description entry. The corresponding data is DescriptionCommand.

◆ MSG_DESCRIPTION_CHECKDRAGANDDROP

#define MSG_DESCRIPTION_CHECKDRAGANDDROP

Asks the atom if a drag and drop onto for example a LINK description element or IN_EXCLUDE description element field should be accepted. The corresponding data is DescriptionCheckDragAndDrop.

◆ MSG_DESCRIPTION_GETBITMAP

#define MSG_DESCRIPTION_GETBITMAP

Queries the object for updated bitmaps for BitmapButtonCustomGui elements in the description (e.g. the lens flare preview). The corresponding data is DescriptionGetBitmap.

◆ MSG_DESCRIPTION_GETOBJECTS

#define MSG_DESCRIPTION_GETOBJECTS

Private.

◆ MSG_DESCRIPTION_USERINTERACTION_START

#define MSG_DESCRIPTION_USERINTERACTION_START

Start of user interaction.

◆ MSG_DESCRIPTION_USERINTERACTION_END

#define MSG_DESCRIPTION_USERINTERACTION_END

End of user interaction.

◆ MSG_DESCRIPTION_GETINLINEOBJECT

#define MSG_DESCRIPTION_GETINLINEOBJECT

Sent by the Attribute Manager to the atom. The atom can check for a description ID and return the linked objects in the atom array. The corresponding data is DescriptionInlineObjectMsg.

◆ MSG_DESCRIPTION_IMPEXPORT_INIT

#define MSG_DESCRIPTION_IMPEXPORT_INIT

Sent before the import/export setting dialog of filter plugins is shown. The corresponding data is DescriptionImExportInit.

◆ MSG_DESCRIPTION_IMPEXPORT_CANCEL

#define MSG_DESCRIPTION_IMPEXPORT_CANCEL

Sent if the import/export setting dialog of filter plugins was canceled.

◆ MSG_DESCRIPTION_IMPEXPORT_VERIFY_SUFFIX

#define MSG_DESCRIPTION_IMPEXPORT_VERIFY_SUFFIX

Sent after the export options dialog was closed and before the save dialog will be shown. The corresponding data is DescriptionImExportVerifySuffix.

◆ MSG_DESCRIPTION_IMPEXPORT_VERIFY_FILENAME

#define MSG_DESCRIPTION_IMPEXPORT_VERIFY_FILENAME

Same as MSG_DESCRIPTION_IMPEXPORT_VERIFY_SUFFIX for the default Filename offered in the file dialog. The corresponding data is DescriptionImExportVerifyFilename.

◆ MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION

#define MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION

Sent by a custom GUI to the parent. The corresponding data is DescriptionCustomGuiNotification.

Since
R19

◆ MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION_ID

#define MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION_ID

The custom GUI ID in the message container for MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION.

Since
R19

◆ MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION_CONTENT

#define MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION_CONTENT

The used data in the message container for MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION.

Since
R19

◆ MSG_DESCRIPTION_RESET_CHANGE

#define MSG_DESCRIPTION_RESET_CHANGE

Tells the atom to reset a changed description entry. The corresponding data is DescriptionCommand.