Data Fields | |
| time_t | analyze_time |
| char * | file_name |
| char * | short_name |
| GPtrArray * | tags_array |
| guint | type |
A TMWorkObject structure is the base class for TMSourceFile and TMProject. This struct contains data common to all work objects, namely, a file name, time when the file was analyzed (for caching) and an array of tags which should be populated when the object is analyzed.
| time_t TMWorkObject::analyze_time |
UNUSED Time when the object was last analyzed
| char* TMWorkObject::file_name |
Full file name (inc. path) of the work object
| char* TMWorkObject::short_name |
Just the name of the file (without the path)
| GPtrArray* TMWorkObject::tags_array |
Tags obtained by parsing the object
| guint TMWorkObject::type |
The type of object. Can be a source file or a project
1.7.1