Kanzi  3.9.6
Kanzi Engine API
kzs_desktop.h File Reference

Kanzi desktop. More...

Functions

kzsError kzsDesktopCreate (struct KzsDesktop **out_desktop)
 Creates a desktop. More...
 
kzsError kzsDesktopDelete (struct KzsDesktop *desktop)
 Deletes a desktop and frees all memory allocated for it. More...
 
kzUint kzsDesktopGetCurrentHeight (const struct KzsDesktop *desktop)
 Returns the current desktop height in pixels. More...
 
kzUint kzsDesktopGetCurrentWidth (const struct KzsDesktop *desktop)
 Returns the current desktop width in pixels. More...
 
kzsError kzsDesktopGetDisplayCount (const struct KzsDesktop *desktop, kzUint *out_displayCount)
 Gets number of available displays on the desktop. More...
 
struct KzsDesktopNative * kzsDesktopGetNative (const struct KzsDesktop *desktop)
 Returns the native desktop struct. More...
 
void kzsDesktopLogProperties (const struct KzsDesktop *desktop)
 Outputs the properties of the desktop to the log. More...
 
kzsError kzsDesktopNativeCreate (struct KzsDesktopNative **out_desktopNative)
 Creates the platform dependent portion of the desktop. More...
 
kzsError kzsDesktopNativeDelete (struct KzsDesktopNative *desktopNative)
 Deletes the platform dependent portion of the desktop. More...
 
kzUint kzsDesktopNativeGetCurrentHeight (const struct KzsDesktopNative *desktopNative)
 Returns the current desktop height in pixels. More...
 
kzUint kzsDesktopNativeGetCurrentWidth (const struct KzsDesktopNative *desktopNative)
 Returns the current desktop width in pixels. More...
 
kzsError kzsDesktopNativeGetDisplayCount (const struct KzsDesktopNative *desktopNative, kzUint *out_displayCount)
 Gets number of available displays on the desktop. More...
 

Detailed Description

Kanzi desktop.

Copyright 2008-2017 by Rightware. All rights reserved.

Function Documentation

◆ kzsDesktopCreate()

kzsError kzsDesktopCreate ( struct KzsDesktop **  out_desktop)

Creates a desktop.

◆ kzsDesktopDelete()

kzsError kzsDesktopDelete ( struct KzsDesktop desktop)

Deletes a desktop and frees all memory allocated for it.

◆ kzsDesktopGetDisplayCount()

kzsError kzsDesktopGetDisplayCount ( const struct KzsDesktop desktop,
kzUint out_displayCount 
)

Gets number of available displays on the desktop.

◆ kzsDesktopGetCurrentWidth()

kzUint kzsDesktopGetCurrentWidth ( const struct KzsDesktop desktop)

Returns the current desktop width in pixels.

◆ kzsDesktopGetCurrentHeight()

kzUint kzsDesktopGetCurrentHeight ( const struct KzsDesktop desktop)

Returns the current desktop height in pixels.

◆ kzsDesktopGetNative()

struct KzsDesktopNative* kzsDesktopGetNative ( const struct KzsDesktop desktop)

Returns the native desktop struct.

◆ kzsDesktopNativeCreate()

kzsError kzsDesktopNativeCreate ( struct KzsDesktopNative **  out_desktopNative)

Creates the platform dependent portion of the desktop.

◆ kzsDesktopNativeDelete()

kzsError kzsDesktopNativeDelete ( struct KzsDesktopNative *  desktopNative)

Deletes the platform dependent portion of the desktop.

◆ kzsDesktopNativeGetDisplayCount()

kzsError kzsDesktopNativeGetDisplayCount ( const struct KzsDesktopNative *  desktopNative,
kzUint out_displayCount 
)

Gets number of available displays on the desktop.

◆ kzsDesktopNativeGetCurrentWidth()

kzUint kzsDesktopNativeGetCurrentWidth ( const struct KzsDesktopNative *  desktopNative)

Returns the current desktop width in pixels.

◆ kzsDesktopNativeGetCurrentHeight()

kzUint kzsDesktopNativeGetCurrentHeight ( const struct KzsDesktopNative *  desktopNative)

Returns the current desktop height in pixels.

◆ kzsDesktopLogProperties()

void kzsDesktopLogProperties ( const struct KzsDesktop desktop)

Outputs the properties of the desktop to the log.