Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

gtask-window.h File Reference

#include <gtk/gtkwindow.h>
#include <gconf/gconf-client.h>
#include <gtask/gtask-generic-task.h>
#include <gtask-ui/gtask-view.h>

Go to the source code of this file.

Data Structures

struct  _GTaskWindow
struct  _GTaskWindowClass
struct  _GTaskWindowPrivate

Defines

#define GTASK_WINDOW_TYPE   (gtask_window_get_type())
#define GTASK_WINDOW(obj)
#define GTASK_WINDOW_CLASS(klass)
#define GTASK_IS_WINDOW(obj)
#define GTASK_IS_WINDOW_CLASS(klass)
#define GTASK_WINDOW_GET_CLASS(obj)

Typedefs

typedef _GTaskWindow GTaskWindow
typedef _GTaskWindowClass GTaskWindowClass
typedef _GTaskWindowPrivate GTaskWindowPrivate

Functions

GType gtask_window_get_type (void)
GTaskWindowgtask_window_new_with_name (const char *name, const char *window_title)
void gtask_window_add_task (GTaskWindow *window, GTaskGenericTask *task)
GTaskViewgtask_window_get_view (GTaskWindow *window)


Define Documentation

#define GTASK_IS_WINDOW obj   ) 
 

Value:

(G_TYPE_CHECK_INSTANCE_TYPE( (obj), \
                                      GTASK_WINDOW_TYPE ))
returns TRUE if the passed in object is a GTaskWindow FALSE otherwise

Definition at line 36 of file gtask-window.h.

Referenced by gtask_window_add_task(), and gtask_window_get_view().

#define GTASK_IS_WINDOW_CLASS klass   ) 
 

Value:

(G_TYPE_CHECK_CLASS_TYPE( (klass), \
                                      GTASK_WINDOW_TYPE ))
returns TRUE if the passed in object is a GTaskWindowClass FALSE otherwise

Definition at line 43 of file gtask-window.h.

#define GTASK_WINDOW obj   ) 
 

Value:

(G_TYPE_CHECK_INSTANCE_CAST( (obj), \
                                      GTASK_WINDOW_TYPE, \
                                      GTaskWindow ))
casts the passed in object to a GTaskWindow

Definition at line 23 of file gtask-window.h.

Referenced by filter_text_changed(), gtask_window_configure_event(), gtask_window_destroy(), gtask_window_save_prefs_timeout(), and view_mode_changed().

#define GTASK_WINDOW_CLASS klass   ) 
 

Value:

(G_TYPE_CHECK_CLASS_CAST( (klass), \
                                      GTASK_WINDOW_TYPE, \
                                      GTaskWindowClass ))
casts the passed in object to a GTaskWindowClass

Definition at line 28 of file gtask-window.h.

#define GTASK_WINDOW_GET_CLASS obj   ) 
 

Value:

(G_TYPE_INSTANCE_GET_CLASS( (obj), \
                                      GTASK_WINDOW_TYPE, \
                                      GTaskWindowClass ))

Definition at line 46 of file gtask-window.h.

#define GTASK_WINDOW_TYPE   (gtask_window_get_type())
 

returns the GType of GTaskWindow

Definition at line 20 of file gtask-window.h.

Referenced by gtask_window_new_with_name().


Typedef Documentation

typedef struct _GTaskWindow GTaskWindow
 

addtogroup GTaskWindow

Definition at line 15 of file gtask-window.h.

Referenced by filter_text_changed(), gtask_window_add_task(), gtask_window_configure_event(), gtask_window_destroy(), gtask_window_get_gconf_root(), gtask_window_get_type(), gtask_window_get_view(), gtask_window_init(), gtask_window_init_ui(), gtask_window_new_with_name(), gtask_window_queue_prefs_save(), gtask_window_restore_preferences(), gtask_window_save_preferences(), gtask_window_save_prefs_timeout(), and view_mode_changed().

typedef struct _GTaskWindowClass GTaskWindowClass
 

Definition at line 16 of file gtask-window.h.

Referenced by gtask_window_class_init(), and gtask_window_get_type().

typedef struct _GTaskWindowPrivate GTaskWindowPrivate
 

Definition at line 17 of file gtask-window.h.

Referenced by filter_text_changed(), gtask_window_configure_event(), gtask_window_init(), gtask_window_init_ui(), gtask_window_queue_prefs_save(), and gtask_window_save_preferences().


Generated on Mon Feb 2 21:33:26 2004 for libgtask-ui by doxygen 1.3.4