phpDocumentor CoreAPI
FreemindAPI
[ class tree: CoreAPI ] [ index: CoreAPI ] [ all elements ]

Procedural File: freemind_api.php

Source Location: /core/freemind_api.php

Page Details

freemind export API

see https://freemind.sourceforge.net it works with freemind version 0.8.0, 0.8.1

Copyright:  Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
Copyright:  Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
Link:  http://www.mantisbt.org
Includes
require_once ($t_core_dir.'filter_api.php') [line 33]

requires filter_api

[ Top ]

require_once ($t_core_dir.'bug_api.php') [line 37]

requires bug_api

[ Top ]


Functions
freemind_export_bug  [line 84]

void freemind_export_bug( $p_bug, &$p_bug_list  )

Write the bug and all of its descendants (children) as mm nodes

Parameters:
   $p_bug: 
   &$p_bug_list: 


[ Top ]
freemind_export_map  [line 49]

void freemind_export_map( )

Export issues as freemind mind map



[ Top ]
freemind_find_descendents  [line 226]

void freemind_find_descendents( &$p_rows  )

Go through all bugs in the filtered bug list and find their parents and children.

this is used to be able to find the "root" nodes (without parents) and to be able to export the children as subnodes in mm

Parameters:
   &$p_rows: 


[ Top ]
freemind_get_newline  [line 42]

void freemind_get_newline( )

Get the new line marker to use when export mind map files.



[ Top ]
freemind_note_display  [line 181]

void freemind_note_display( $p_string  )

Convert to a string that can be written to a mm note (hook)

Parameters:
   $p_string: 


[ Top ]
freemind_prepare_export  [line 194]

void freemind_prepare_export( $p_bug_data  )

Convert all fields of the bug to a string that can be exported as mm

Parameters:
   $p_bug_data: 


[ Top ]


Documentation generated on Sun, 05 Apr 2009 23:01:14 +0100 by phpDocumentor 1.4.1