An interface for creating GUIs modeled in part after traits UI module for python.


[Up] [Top]

Documentation for package ‘traitr’ version 0.14

Help Pages

traitR-package An interface for GUI creation using gWidgets
aContainer A container to give a different context than the default for a set of items
aContext A container to give a different context than the default for a set of items
aController Constructor for a Controller proto objects
Adapter Trait for Adapter object An adapter is a simple controller connecting one model property with a widget in a view by default the adapter synchronizes changes
aDialog Create a Dialog instance
aFrame Box container with label and visual separator to indicate grouping
aGroup A box container. Packs in items left to right or top to bottom
aModel Constructor for a Model proto objects
anExpandGroup Expanding group. Has trigger to show/hide its children
anItemGroup Constructor for ItemGroup instances
aNotebook A notebook container.
aNotebookPage A page in a notebook
aPanedGroup A two panel paned group container.
aTableLayout A container for tabular layout
aView Constructor for a View proto object
BaseTrait Base Trait to place common properties and methods
BooleanEditor Trait for Editor for TRUE/FALSE selection
ButtonEditor Base Trait for Editor.
buttonItem Button item to initiate an action
choiceItem Item for choosing one of several values
Container Base Trait for Container objects. Containers are used to make views.
Controller Trait for Controller objects
dataframeItem Item to select a data frame from the available data frames in .GlobalEnv
DateEditor Base Trait for Editor.
dateItem A calendar date selection item
desc write values in paired tags with optional class
dfEditItem data frame editor item. Needs writing
Dialog A Dialog wraps a top-level window around a collection of items which may be item groups
dialogMaker Automatically create a dialog for a function
Editor Base Trait for Editor.
EntryEditor Base Trait for Editor.
expressionItem Item for typing in R expressions. These are eval-parsed in .GlobalEnv prior to return
FileBrowseEditor Base Trait for Editor.
fileItem A file selection item
formulaItem A formula Item
get_with_default Function to return value or an object (or default if value is null, NA or "")
GraphEditor Base Trait for Editor.
graphicDeviceItem A graphic device item. (Only with RGtk2 and cairoDevice!)
ImageEditor Base Trait for Editor.
imageItem Display an image specified by its filename.
integerItem Item for integers
Item Base Trait for an Item
ItemGroup Base Trait to group items together to form a model. ItemGroups may be viewed as a model, view and controller bundled together in a tidy package.
itemList An itemList is used to store a list of similar items or itemgroups with a means to edit individually
ItemListEditor trait for editor for itemList
LabelEditor Base Trait for Editor.
labelItem Simple label item
loadingAnimation write values in paired tags with optional class
merge.list write values in paired tags with optional class
Model Trait for a model object.
numericItem Item for numbers
ObjectWithValuesEditor Base Trait for Editor.
param write values in paired tags with optional class
RangeEditor Base Trait for Editor.
rangeItem A range selection item
returns write values in paired tags with optional class
SeparatorEditor Base Trait for Editor.
separatorItem Visual separator item
stringItem A string item
TableEditor Base Trait for Editor.
tableItem List editor - list <-> tree, must have special structure to list? XXX This needs writing An item to display a table of data (given as a matrix or data.frame)
trueFalseItem Item for Boolean values
ul write values in paired tags with optional class
variableSelectorItem Item to select a variable (or variables) from a selected data frame
View Trait for View objects.
wrap_in_tag write values in paired tags with optional class