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