Functions | |
HC_EXTERNAL HIC_API char const * | HIC_Show_Device_Type (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API char const * | HIC_Show_Actor_Name (HIC_Rendition const *inr) |
HC_EXTERNAL HIC_API char const * | HIC_Show_Device_Driver (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API bool | HIC_Show_Device_Windowing_System (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API bool | HIC_Show_Device_Locater (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API int | HIC_Show_Device_Locater_Button_Count (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API char const * | HIC_Show_Device_Locater_Type (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API int | HIC_Show_Device_Plane_Count (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API int | HIC_Show_Device_Colors (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HIC_Integer32 | HIC_Show_Device_Max_Colors (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API int | HIC_Show_Device_Pixels_X (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API int | HIC_Show_Device_Pixels_Y (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API int | HIC_Show_Device_Max_Pixels_X (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API int | HIC_Show_Device_Max_Pixels_Y (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Device_Size_X (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Device_Size_Y (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Device_Max_Size_X (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Device_Max_Size_Y (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Device_Resolution_X (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Device_Resolution_Y (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Device_Pixel_Aspect_Ratio (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Device_Window_Aspect_Ratio (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HC_POINTER_SIZED_INT | HIC_Show_Device_Window_ID (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HC_POINTER_SIZED_INT | HIC_Show_Device_Window_ID2 (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API long | HIC_Show_Device_Colormap_ID (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API int | HIC_Show_Device_Z_Buffer_Depth (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API bool | HIC_Show_Device_Hardware_Lights (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API bool | HIC_Show_Device_Gouraud_Shading (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API bool | HIC_Show_Device_Phong_Shading (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API char const* HIC_Show_Actor_Name | ( | HIC_Rendition const * | inr | ) |
inr | A pointer to a const HIC_Rendition. |
This function returns the actor name.
HC_EXTERNAL HIC_API long HIC_Show_Device_Colormap_ID | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device colormap ID as a long.
HC_EXTERNAL HIC_API int HIC_Show_Device_Colors | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the number of colors as an int.
HC_EXTERNAL HIC_API char const* HIC_Show_Device_Driver | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device driver.
HC_EXTERNAL HIC_API bool HIC_Show_Device_Gouraud_Shading | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device gouraud shading as a boolean.
HC_EXTERNAL HIC_API bool HIC_Show_Device_Hardware_Lights | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device hardware lights as a boolean.
HC_EXTERNAL HIC_API bool HIC_Show_Device_Locater | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device locater as a boolean.
HC_EXTERNAL HIC_API int HIC_Show_Device_Locater_Button_Count | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the number of locater buttons as an int.
HC_EXTERNAL HIC_API char const* HIC_Show_Device_Locater_Type | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device locater type.
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Device_Max_Colors | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns device max colors.
HC_EXTERNAL HIC_API int HIC_Show_Device_Max_Pixels_X | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns maximum horizontal pixels as an int.
HC_EXTERNAL HIC_API int HIC_Show_Device_Max_Pixels_Y | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns maximum vertical pixels as an int.
HC_EXTERNAL HIC_API float HIC_Show_Device_Max_Size_X | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns maximum horizontal size as a float.
HC_EXTERNAL HIC_API float HIC_Show_Device_Max_Size_Y | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns maximum vertical size as a float.
HC_EXTERNAL HIC_API bool HIC_Show_Device_Phong_Shading | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device phong shading as a boolean.
HC_EXTERNAL HIC_API float HIC_Show_Device_Pixel_Aspect_Ratio | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device pixel aspect ratio as a float.
HC_EXTERNAL HIC_API int HIC_Show_Device_Pixels_X | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns horizontal pixels as an int.
HC_EXTERNAL HIC_API int HIC_Show_Device_Pixels_Y | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns vertical pixels as an int.
HC_EXTERNAL HIC_API int HIC_Show_Device_Plane_Count | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the number of planes as an int.
HC_EXTERNAL HIC_API float HIC_Show_Device_Resolution_X | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns horizontal resolution as a float.
HC_EXTERNAL HIC_API float HIC_Show_Device_Resolution_Y | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns vertical resolution as a float.
HC_EXTERNAL HIC_API float HIC_Show_Device_Size_X | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns horizontal size as a float.
HC_EXTERNAL HIC_API float HIC_Show_Device_Size_Y | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns vertical size as a float.
HC_EXTERNAL HIC_API char const* HIC_Show_Device_Type | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device type.
HC_EXTERNAL HIC_API float HIC_Show_Device_Window_Aspect_Ratio | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device window aspect ratio as a float.
HC_EXTERNAL HIC_API HC_POINTER_SIZED_INT HIC_Show_Device_Window_ID | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device window ID.
HC_EXTERNAL HIC_API HC_POINTER_SIZED_INT HIC_Show_Device_Window_ID2 | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device window ID2.
HC_EXTERNAL HIC_API bool HIC_Show_Device_Windowing_System | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the device windowing system as a boolean.
HC_EXTERNAL HIC_API int HIC_Show_Device_Z_Buffer_Depth | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the z-buffer depth as an int.