A utility class to collect all Icons used in the system for both plug-ins and for the Environment.
Lookup to an Icon is done via KindToImageIndex, and KindToCategory can be used for the default Category if an Kind.
More...
Static Public Member Functions | |
static Image | BuiltInItemToImage (Item item) |
Finetune a few of the Icons used for built-in items, e.g. camera PTZ icon instead of just a camera icon. | |
static int | BuiltInItemToImageIndex (Item item) |
Finetune a few of the Icons used for built-in items, e.g. camera PTZ icon instead of just a camera icon. | |
static bool | IsBuiltInKind (Guid kind) |
Validates if a specific kind is a built-in kind or from a plug-in. | |
Static Public Attributes | |
static Bitmap | ActiveOverlay = null |
The little green arrow to place on top of other icons. | |
static int | AlertIconIx = 2 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static Bitmap | AttentionOverlay = null |
The little exclamation point to place on top of other icons. | |
static int | CameraIconIx = 8 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | CameraPtzIx = 30 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | CustomEventIconIx = 9 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static Bitmap | DisabledOverlay = null |
The little red cross to place on top of other icons. | |
static int | FirstFreeIx = 33 |
Index into ImageList property. Identify size of ImageList. | |
static int | FolderIconIx = 1 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | GisMapLocationIx = 33 |
Index of the GisMapLocation icon. | |
static int | GroupIx = 14 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | HardwareIx = 28 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | InputIconIx = 3 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | InterConnectedIx = 29 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | MatrixIconIx = 5 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | MetadataIx = 31 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | MicrophoneIconIx = 11 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | OutputIconIx = 4 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | PluginIx = 19 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | PresetIconIx = 7 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | RecorderIconIx = 12 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | RoleIx = 24 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | SDK_GeneralIx = 21 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | SDK_ToolIx = 22 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | SDK_VSIx = 20 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | ServerIconIx = 0 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | SpeakerIconIx = 10 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | TimeProfileIx = 27 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | TransactIconIx = 6 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | UserIx = 25 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | VideoWallGroupIx = 15 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | VideoWallIx = 16 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | VideoWallPreset = 32 |
Index to Video Wall Preset. | |
static int | ViewGroupIx = 13 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | ViewItemIx = 18 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | ViewIx = 17 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | WindowIx = 23 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
static int | WorkSpaceIx = 26 |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon) | |
Properties | |
static ImageList | ImageList [get] |
Returns a complete list of all Images for all Kinds. | |
static ImageList | ImageList32 [get] |
Returns a complete list of all Images for all Kinds - in size 32, if available from plugin. | |
static ImageList | ImageListClone [get] |
Returns a complete list of all Images for all Kinds. | |
static Dictionary< Guid, Category > | KindToCategory [get] |
Returns a dictionary where the Category of all Kinds can be found. | |
static Dictionary< Guid, int > | KindToImageIndex [get] |
Returns a dictionary where the index of the ImageList is index by kind. | |
A utility class to collect all Icons used in the system for both plug-ins and for the Environment.
Lookup to an Icon is done via KindToImageIndex, and KindToCategory can be used for the default Category if an Kind.
|
inlinestatic |
Finetune a few of the Icons used for built-in items, e.g. camera PTZ icon instead of just a camera icon.
item |
|
inlinestatic |
Finetune a few of the Icons used for built-in items, e.g. camera PTZ icon instead of just a camera icon.
item |
|
inlinestatic |
|
static |
The little green arrow to place on top of other icons.
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
The little exclamation point to place on top of other icons.
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
The little red cross to place on top of other icons.
|
static |
Index into ImageList property. Identify size of ImageList.
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index of the GisMapLocation icon.
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index to Video Wall Preset.
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
static |
Index into ImageList property. (Consider to use method: BuiltInItemToImageIndex(Item) to get an Icon)
|
staticget |
Returns a complete list of all Images for all Kinds.
|
staticget |
Returns a complete list of all Images for all Kinds - in size 32, if available from plugin.
|
staticget |
Returns a complete list of all Images for all Kinds.
|
staticget |
Returns a dictionary where the Category of all Kinds can be found.
|
staticget |
Returns a dictionary where the index of the ImageList is index by kind.