properties-cpp
0.0.1
A very simple convenience library for handling properties and signals in C++11.
|
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 initResizable | ( | ) |
Definition at line 62 of file resize.js.
References content, css, header, navtree, readCookie(), resizeHeight(), resizeWidth(), restoreWidth(), and sidenav.
function readCookie | ( | cookie | ) |
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().
function restoreWidth | ( | navWidth | ) |
Definition at line 45 of file resize.js.
References content, sidenav, and windowWidth.
Referenced by initResizable().
function writeCookie | ( | cookie, | |
val, | |||
expiration | |||
) |
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().