GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <pad.h>
Data Fields | |
char * | name |
LIST * | list |
struct _item_ * | next |
struct _item_ * | prev |
LIST* _item_::list |
Definition at line 14 of file pad.h.
Referenced by append_item(), manager.GCP::GetListCtrl(), LOC_pad_get_item(), and process_command().
char* _item_::name |
Definition at line 13 of file pad.h.
Referenced by find_item(), python.task.grassTask::get_cmd(), python.task.grassTask::get_name(), LOC_pad_list_items(), and process_command().
struct _item_* _item_::next |
Definition at line 15 of file pad.h.
Referenced by delete_item(), delete_pad(), find_item(), LOC_pad_list_items(), and process_command().
struct _item_ * _item_::prev |
Definition at line 15 of file pad.h.
Referenced by delete_item().