GDS-Render v1.2.1
Collaboration diagram for Activity Bar:

Data Structures

struct  _ActivityBar
 Opaque ActivityBar object. Not viewable outside this source file. More...
 

Macros

#define TYPE_ACTIVITY_BAR   (activity_bar_get_type())
 

Functions

ActivityBar * activity_bar_new ()
 Create new Object ActivityBar. More...
 
void activity_bar_set_ready (ActivityBar *bar)
 Deletes all applied tasks and sets bar to "Ready". More...
 
void activity_bar_set_busy (ActivityBar *bar, const char *text)
 Enable spinner and set text. If text is NULL, 'Working...' is displayed. More...
 
static void activity_bar_dispose (GObject *obj)
 
static void activity_bar_class_init (ActivityBarClass *klass)
 
static void activity_bar_init (ActivityBar *self)
 

Detailed Description

Activity Status Bar

Macro Definition Documentation

◆ TYPE_ACTIVITY_BAR

#define TYPE_ACTIVITY_BAR   (activity_bar_get_type())

Definition at line 42 of file activity-bar.h.

Function Documentation

◆ activity_bar_class_init()

static void activity_bar_class_init ( ActivityBarClass *  klass)
static

Definition at line 66 of file activity-bar.c.

Here is the call graph for this function:

◆ activity_bar_dispose()

static void activity_bar_dispose ( GObject *  obj)
static

Definition at line 52 of file activity-bar.c.

Here is the caller graph for this function:

◆ activity_bar_init()

static void activity_bar_init ( ActivityBar *  self)
static

Definition at line 73 of file activity-bar.c.

◆ activity_bar_new()

ActivityBar * activity_bar_new ( )

Create new Object ActivityBar.

Returns
New object. In case of error: NULL.

Definition at line 91 of file activity-bar.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ activity_bar_set_busy()

void activity_bar_set_busy ( ActivityBar *  bar,
const char *  text 
)

Enable spinner and set text. If text is NULL, 'Working...' is displayed.

Parameters
barActivity bar object
textText to display, may be NULL

Definition at line 108 of file activity-bar.c.

Here is the caller graph for this function:

◆ activity_bar_set_ready()

void activity_bar_set_ready ( ActivityBar *  bar)

Deletes all applied tasks and sets bar to "Ready".

Parameters
[in]barAcitivityBar object.

Definition at line 102 of file activity-bar.c.

Here is the caller graph for this function: