VERB_code_2.3
navtree.js File Reference

Go to the source code of this file.

Functions

function getData (varName)
 
function stripPath (uri)
 
function stripPath2 (uri)
 
function localStorageSupported ()
 
function storeLink (link)
 
function deleteLink ()
 
function cachedLink ()
 
function getScript (scriptName, func, show)
 
function createIndent (o, domNode, node, level)
 
function gotoAnchor (anchor, aname, updateLocation)
 
function newNode (o, po, text, link, childrenData, lastNode)
 
function showRoot ()
 
function expandNode (o, node, imm, showRoot)
 
function glowEffect (n, duration)
 
function highlightAnchor ()
 
function selectAndHighlight (hash, n)
 
function showNode (o, node, index, hash)
 
function getNode (o, po)
 
function gotoNode (o, subIndex, root, hash, relpath)
 
function navTo (o, root, hash, relpath)
 
function showSyncOff (n, relpath)
 
function showSyncOn (n, relpath)
 
function toggleSyncButton (relpath)
 
function initNavTree (toroot, relpath)
 

Variables

var NAVTREE
 
var NAVTREEINDEX
 
var SYNCONMSG = 'click to disable panel synchronisation'
 
var SYNCOFFMSG = 'click to enable panel synchronisation'
 
var navTreeSubIndices = new Array()
 
var animationInProgress = false
 

Function Documentation

function cachedLink ( )

Definition at line 92 of file navtree.js.

function createIndent (   o,
  domNode,
  node,
  level 
)

Definition at line 120 of file navtree.js.

function deleteLink ( )

Definition at line 85 of file navtree.js.

function expandNode (   o,
  node,
  imm,
  showRoot 
)

Definition at line 276 of file navtree.js.

function getData (   varName)

Definition at line 47 of file navtree.js.

function getNode (   o,
  po 
)

Definition at line 399 of file navtree.js.

function getScript (   scriptName,
  func,
  show 
)

Definition at line 101 of file navtree.js.

function glowEffect (   n,
  duration 
)

Definition at line 304 of file navtree.js.

function gotoAnchor (   anchor,
  aname,
  updateLocation 
)

Definition at line 154 of file navtree.js.

function gotoNode (   o,
  subIndex,
  root,
  hash,
  relpath 
)

Definition at line 410 of file navtree.js.

function highlightAnchor ( )

Definition at line 311 of file navtree.js.

function initNavTree (   toroot,
  relpath 
)

Definition at line 480 of file navtree.js.

function localStorageSupported ( )

Definition at line 67 of file navtree.js.

function navTo (   o,
  root,
  hash,
  relpath 
)

Definition at line 425 of file navtree.js.

function newNode (   o,
  po,
  text,
  link,
  childrenData,
  lastNode 
)

Definition at line 180 of file navtree.js.

function selectAndHighlight (   hash,
  n 
)

Definition at line 331 of file navtree.js.

function showNode (   o,
  node,
  index,
  hash 
)

Definition at line 354 of file navtree.js.

function showRoot ( )

Definition at line 261 of file navtree.js.

function showSyncOff (   n,
  relpath 
)

Definition at line 456 of file navtree.js.

function showSyncOn (   n,
  relpath 
)

Definition at line 461 of file navtree.js.

function storeLink (   link)

Definition at line 78 of file navtree.js.

function stripPath (   uri)

Definition at line 54 of file navtree.js.

function stripPath2 (   uri)

Definition at line 59 of file navtree.js.

function toggleSyncButton (   relpath)

Definition at line 466 of file navtree.js.

Variable Documentation

var animationInProgress = false

Definition at line 152 of file navtree.js.

var NAVTREE

Definition at line 1 of file navtree.js.

var NAVTREEINDEX
Initial value:
=
[
"_additional_sources_and_losses_8cpp.html",
"class_grid.html#a846df308970fb4fccf6d0f7f0a944faf",
"index.html",
"various_functions_8h.html#a39875c2042f035db0b6f2423c8b5bb4a"
]

Definition at line 35 of file navtree.js.

var navTreeSubIndices = new Array()

Definition at line 45 of file navtree.js.

var SYNCOFFMSG = 'click to enable panel synchronisation'

Definition at line 44 of file navtree.js.

var SYNCONMSG = 'click to disable panel synchronisation'

Definition at line 43 of file navtree.js.