InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IIconListControlData.h
1 /*************************************************************************
2  *
3  * ADOBE CONFIDENTIAL
4  * ___________________
5  *
6  * Copyright 2024 Adobe
7  * All Rights Reserved.
8  *
9  * NOTICE: All information contained herein is, and remains
10  * the property of Adobe and its suppliers, if any. The intellectual
11  * and technical concepts contained herein are proprietary to Adobe
12  * and its suppliers and are protected by all applicable intellectual
13  * property laws, including trade secret and copyright laws.
14  * Dissemination of this information or reproduction of this material
15  * is strictly forbidden unless prior written permission is obtained
16  * from Adobe.
17 
18  **************************************************************************/
19 
20 
21 
22 #ifndef __IICONLISTCONTROLDATA__
23 #define __IICONLISTCONTROLDATA__
24 
25 #include "widgetid.h"
26 #include "IPMUnknown.h"
27 
29 {
30 public:
31  enum { kDefaultIID = IID_IICONLISTCONTROLDATA};
32 
37  virtual const PMString& GetNthIconNameFromList(int32 index) = 0;
38 };
39 
40 #endif