folder Struct Reference

Data structure for roomlist-to-folderlist conversion. More...

#include <webcit.h>


Data Fields

int floor
char room [SIZ]
char name [SIZ]
int hasnewmsgs
int is_mailbox
int selectable
int view


Detailed Description

Data structure for roomlist-to-folderlist conversion.

Definition at line 312 of file webcit.h.


Field Documentation

int folder::floor

which floor is it on

Definition at line 313 of file webcit.h.

Referenced by list_all_rooms_by_floor().

char folder::room[SIZ]

which roomname ???

Definition at line 314 of file webcit.h.

Referenced by list_all_rooms_by_floor().

char folder::name[SIZ]

which is its own name???

Definition at line 315 of file webcit.h.

Referenced by list_all_rooms_by_floor().

int folder::hasnewmsgs

are there unread messages inside

Definition at line 316 of file webcit.h.

Referenced by list_all_rooms_by_floor().

int folder::is_mailbox

is it a mailbox?

Definition at line 317 of file webcit.h.

Referenced by list_all_rooms_by_floor().

int folder::selectable

can we select it ???

Definition at line 318 of file webcit.h.

Referenced by list_all_rooms_by_floor().

int folder::view

whats its default view? inbox/calendar....

Definition at line 319 of file webcit.h.

Referenced by list_all_rooms_by_floor().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 20 23:13:15 2007 for webcit by  doxygen 1.5.2