XrdSceneWindow

XrdSceneWindow

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── XrdSceneObject
        ╰── XrdSceneWindow
            ╰── XrdSceneDesktopCursor

Implemented Interfaces

XrdSceneWindow implements XrdWindow.

Includes

#include <xrd.h>

Description

Functions

xrd_scene_window_set_width_meters ()

void
xrd_scene_window_set_width_meters (XrdSceneWindow *self,
                                   float width_meters);

xrd_scene_window_set_color ()

void
xrd_scene_window_set_color (XrdSceneWindow *self,
                            const graphene_vec3_t *color);

xrd_scene_window_update_descriptors ()

void
xrd_scene_window_update_descriptors (XrdSceneWindow *self);

Types and Values

XRD_TYPE_SCENE_WINDOW

#define XRD_TYPE_SCENE_WINDOW xrd_scene_window_get_type()

struct XrdSceneWindowClass

struct XrdSceneWindowClass {
  XrdSceneObjectClass parent;
};

Members

XrdSceneObjectClass parent;

The object class structure needs to be the first element in the widget class structure in order for the class mechanism to work correctly. This allows a XrdSceneWindowClass pointer to be cast to a XrdSceneObjectClass pointer.

 

XrdSceneWindow

typedef struct _XrdSceneWindow XrdSceneWindow;