Empirical
web Directory Reference

Directories

directory  d3
 

Files

file  _TableCell.h [code]
 The TableCell widget, which behaves like the Table widget, but focuses on a single cell.
 
file  _TableCol.h [code]
 The TableCol widget, which behaves like the Table widget, but focuses on a single column.
 
file  _TableColGroup.h [code]
 The TableColGoup widget, which behaves like the Table widget, but focuses on a group of columns.
 
file  _TableRow.h [code]
 The TableRow widget, which behaves like the Table widget, but focuses on a single row.
 
file  _TableRowGroup.h [code]
 The TableRowGoup widget, which behaves like the Table widget, but focuses on a group of rows.
 
file  Animate.h [code]
 Manage animations on a web site.
 
file  Attributes.h [code]
 An Attributes class for tracking non-style features about HTML objects.
 
file  Button.h [code]
 Create/control an HTML button and call a specified function when that button is clicked.
 
file  Canvas.h [code]
 Manage an HTML canvas object.
 
file  canvas_utils.h [code]
 Various versions of the Draw() function to draw images onto a canvas.
 
file  CanvasAction.h [code]
 Define a base class for all actions that can be done to widgets, plus simple actions.
 
file  CanvasShape.h [code]
 Define simple shapes to draw on a canvas.
 
file  color_map.h [code]
 Tools to dynamically build (and cache) color maps.
 
file  commands.h [code]
 A set of command-defining classes that can be fed into widgets using the << operator.
 
file  Div.h [code]
 Div Widgets maintain an ordered collection of other widgets in an HTML div.
 
file  Document.h [code]
 Manage an entire document.
 
file  emfunctions.h [code]
 Specialized, useful function for Empirical.
 
file  events.h [code]
 Event handlers that use JQuery.
 
file  FileInput.h [code]
 Specs for the FileInput widget (click on to upload a file)
 
file  Font.h [code]
 Maintains basic information about a font to be used in HTML.
 
file  Image.h [code]
 Easily load an image and place it in a document.
 
file  init.h [code]
 Define Initialize() and other functions to set up Empirical to build Emscripten projects.
 
file  js_utils.h [code]
 Tools for passing data between C++ and Javascript.
 
file  JSWrap.h [code]
 Wrap a C++ function and convert it to an integer that can be called from Javascript.
 
file  KeypressManager.h [code]
 KeypressManager is a tracker for keypresses in HTML5 pages.
 
file  Listeners.h [code]
 A class for tracking font event listeners for Widgets.
 
file  RawImage.h [code]
 Handle the fundamental loading of an image (without Widget tracking)
 
file  Selector.h [code]
 Specs for the Selector widget.
 
file  Style.h [code]
 A CSS class for tracking font style, etc.
 
file  Table.h [code]
 Specs for the Table widget.
 
file  Text.h [code]
 Specs for the Text widget.
 
file  TextArea.h [code]
 Specs for the TextArea widget.
 
file  Tween.h [code]
 A Tween manages the gradual shift in properties of one or more widgets over time.
 
file  web.h [code]
 Main file to include the entire Empirical web framework; for now, just an alias for Document.h.
 
file  Widget.h [code]
 Widgets maintain individual components on a web page and link to Elements.
 
file  WidgetExtras.h [code]
 A collection of extra details about HTML Widgets (attributes, style, listerns)