GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <pad.h>
Data Fields | |
char * | name |
ITEM * | items |
struct _pad_ * | next |
struct _pad_ * | prev |
ITEM* _pad_::items |
Definition at line 21 of file pad.h.
Referenced by create_pad(), delete_item(), delete_pad(), find_item(), LOC_pad_list_items(), and process_command().
char* _pad_::name |
Definition at line 20 of file pad.h.
Referenced by create_pad(), find_pad(), python.task.grassTask::get_cmd(), python.task.grassTask::get_name(), LOC_pad_current(), LOC_pad_delete(), LOC_pad_list(), and process_command().
struct _pad_* _pad_::next |
Definition at line 22 of file pad.h.
Referenced by create_pad(), find_pad(), LOC_pad_list(), and process_command().
struct _pad_ * _pad_::prev |
Definition at line 22 of file pad.h.
Referenced by create_pad().