FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Enumerations
AcTc Namespace Reference

Enumerations

enum  CatalogType { kCatalog = 0x0001 , kStockToolCatalog = 0x0002 , kShapeCatalog = 0x0004 }
 
enum  CatalogItemType {
  kItemUnknown = 0x0000 , kItemTool = 0x0001 , kItemPackage = 0x0002 , kItemPalette = 0x0004 ,
  kItemCategory = 0x0008 , kItemCatalog = 0x0010 , kItemStockTool = 0x0020
}
 
enum  SaveOption { kSaveLinksAsLinks = 0x0001 , kSaveLinksAsEmbedded = 0x0002 , kSaveImages = 0x0004 }
 
enum  ImageType {
  kImageTypeUninitialized = -1 , kImageTypeBitmap = 1 , kImageTypeMetaFile = 2 , kImageTypeIcon = 3 ,
  kImageTypeEnhMetaFile = 4 , kImageTypeJpeg = 5 , kImageTypePng = 6 , kImageTypeGif = 7 ,
  kImageTypeTif = 8
}
 
enum  LoadOption { kLoadLinks = 0x0001 , kLoadImages = 0x0002 }
 
enum  ToolType { kToolNormal = 1 , kToolFlyout = 2 , kToolText = 3 , kToolSeparator = 4 }
 
enum  AccessRight
 
enum  ItemOption
 
enum  ImageOption
 

Enumeration Type Documentation

◆ AccessRight

Definition at line 73 of file actc/Global Enums.h.

◆ CatalogItemType

Enumerator
kItemUnknown 
kItemTool 
kItemPackage 
kItemPalette 
kItemCategory 
kItemCatalog 
kItemStockTool 

Definition at line 28 of file actc/Global Enums.h.

◆ CatalogType

Enumerator
kCatalog 
kStockToolCatalog 
kShapeCatalog 

Definition at line 21 of file actc/Global Enums.h.

◆ ImageOption

Definition at line 75 of file actc/Global Enums.h.

◆ ImageType

Enumerator
kImageTypeUninitialized 
kImageTypeBitmap 
kImageTypeMetaFile 
kImageTypeIcon 
kImageTypeEnhMetaFile 
kImageTypeJpeg 
kImageTypePng 
kImageTypeGif 
kImageTypeTif 

Definition at line 46 of file actc/Global Enums.h.

◆ ItemOption

Definition at line 74 of file actc/Global Enums.h.

◆ LoadOption

Enumerator
kLoadLinks 
kLoadImages 

Definition at line 59 of file actc/Global Enums.h.

◆ SaveOption

Enumerator
kSaveLinksAsLinks 
kSaveLinksAsEmbedded 
kSaveImages 

Definition at line 39 of file actc/Global Enums.h.

◆ ToolType

Enumerator
kToolNormal 
kToolFlyout 
kToolText 
kToolSeparator 

Definition at line 65 of file actc/Global Enums.h.