properties-cpp  0.0.1
A very simple convenience library for handling properties and signals in C++11.
resize.js File Reference

Go to the source code of this file.

Functions

function readCookie (cookie)
 
function writeCookie (cookie, val, expiration)
 
function resizeWidth ()
 
function restoreWidth (navWidth)
 
function resizeHeight ()
 
function initResizable ()
 

Variables

var cookie_namespace = 'doxygen'
 
var sidenav
 
var navtree
 
var content
 
var header
 

Function Documentation

function initResizable ( )

Definition at line 62 of file resize.js.

References content, css, header, navtree, readCookie(), resizeHeight(), resizeWidth(), restoreWidth(), and sidenav.

+ Here is the call graph for this function:

function readCookie (   cookie)

Definition at line 4 of file resize.js.

References cookie_namespace.

Referenced by initResizable().

function resizeHeight ( )

Definition at line 52 of file resize.js.

References content, header, navtree, sidenav, and windowHeight.

Referenced by initResizable().

function resizeWidth ( )

Definition at line 37 of file resize.js.

References content, sidenav, windowWidth, and writeCookie().

Referenced by initResizable().

+ Here is the call graph for this function:

function restoreWidth (   navWidth)

Definition at line 45 of file resize.js.

References content, sidenav, and windowWidth.

Referenced by initResizable().

function writeCookie (   cookie,
  val,
  expiration 
)

Definition at line 25 of file resize.js.

References cookie_namespace.

Referenced by resizeWidth().

Variable Documentation

var content

Definition at line 2 of file resize.js.

Referenced by initResizable(), resizeHeight(), resizeWidth(), restoreWidth(), and toggleVisibility().

var cookie_namespace = 'doxygen'

Definition at line 1 of file resize.js.

Referenced by readCookie(), and writeCookie().

var header

Definition at line 2 of file resize.js.

Referenced by initResizable(), and resizeHeight().

var navtree

Definition at line 2 of file resize.js.

Referenced by initResizable(), resizeHeight(), and showRoot().

var sidenav

Definition at line 2 of file resize.js.

Referenced by initResizable(), resizeHeight(), resizeWidth(), and restoreWidth().