Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
RADOView | version 1.0 | no |
A view of an ADODataSet. This control allows the user to browse an ADODataSet. It's similar to a grid view (but it lacks the grid lines ... this control is entirely created in Concept, and inherits the RTreeView control).
The following members are overridden and SHOULD NOT BE USED: DataField, Model, Sorted, SortColumn, SortDescending The Model is set to MODEL_LISTVIEW by the constructor; No sort is available (in order to maintain the ADODataSet's order). The DataField property is replaced by the DataFields property. |
DataFields | Similar to the overridden DataField property; However DataField should NOT be used |
Editable | If set to true, the cells in the view are editable and updateable by the user |
FieldsText | Sets or gets the "friendly names" to show in the columns header |
RADOView | This is the standard contructor for this class and should not be used directly |
DataField | Sets the data field name from the DataSet that needs to be interpreted by the ADO Control and linked to the main user interaction property (Text for REdit-derived controls, Caption for RLabel-derived controls, Checked for RToggleButton-derived controls and so on) |
DataSet | Links an ADODataSet to the current ADO control |
AddLinkedObject | TODO: Document this |
SetDataField | TODO: Document this |
SetDataSet | TODO: Document this |
__DataSetColumnUpdate | This is called when the data stored by the control has changed, and needs to be updated into the DataSet |
__DataSetNewQueryNotify | This is called when the ADODataSet stored by the DataSet property changes its contents (new query is executed) |
__DataSetUpdateCommand | This is called when the ADODataSet stored by the DataSet property changes its contents |
ColumnIndex | Sets or gets the index of the current selected column |
Columns | Provides access to the columns of the tree view, enabling you to modify properties like behavior, caption, size by using the RTreeViewColumnManager |
EnableSearch | Enables the user to start an interactive search by typing in the text |
Expand | This function will expand the tree making the item on indicated by the path parameter visible |
ExpanderColumn | Sets or gets the index of the column that is the current expander column |
FixedHeightMode | When this property is set to true, all the rows in the tree view have the same height |
GridLines | TODO: Document this |
HAdjustment | An instance to a RAdjustment for controlling the horizontal adjustment of the tree view |
HeadersClickable | TODO: Document this |
HeadersVisible | If true (default) the tree view column headers are visible; if set to false, are hidden (the tree view displaying only the items |
HoverExpand | Hover expansion makes rows expand or collapse if the pointer moves over them |
HoverSelection | Hover selection makes the selected row follow the pointer if set to true |
Items | Represents the items kept by the RTreeView |
LevelIndentation | TODO: Document this |
Model | Sets the model used by the tree view |
MultipleSelection | TODO: Document this |
Reorderable | If Reorderable is true, then the user can reorder the model by dragging and dropping rows |
RowIndex | Returns the index or the path of the current selected item |
RulesHint | This property tells GTK+ client that the user interface for your application requires users to read across tree rows and associate cells with one another |
SearchColumn | Sets or gets the column index of the column where the interactive search code should search in |
SearchEntry | TODO: Document this |
ShowExpanders | TODO: Document this |
SortColumn | Sets or gets the column used in the sort process |
SortDescending | If this property is set to true, then the items in the view will be set in a reverse order (descending) |
Sorted | Set to true if the items added into the RTreeView are sorted |
TreeLines | TODO: Document this |
VAdjustment | An instance to a RAdjustment for controlling the vertical adjustment of the tree view |
AddChild | Adds a child to the tree node specified |
AddColumn | This function will add columns to a view |
AddItem | This function adds an item in the view |
AlternateColors | Set the odd and even row background color |
Clear | Clears all the rows in the view |
ClearColumns | Clears all the columns in the view |
Collapse | This function will collapse the tree making the item on indicated by the path parameter collapsed (if possible) |
CollapseAll | This function will collapse all the tree nodes |
CreateDragIconFromCurrent | This will create a remote image that will appear when this control will be dragged |
DeleteItem | Deletes the item in the view at the given index |
EditCell | TODO: Document this |
ExpandAll | This function will expand all the tree nodes |
ExpandToPath | This function will expand row at path |
GetChilds | TODO: Document this |
GetColumnIndex | TODO: Document this |
GetHAdjustment | TODO: Document this |
GetOnCancelEditing | TODO: Document this |
GetOnColumnsChanged | TODO: Document this |
GetOnCursorChanged | TODO: Document this |
GetOnEndEditing | TODO: Document this |
GetOnHeadersClicked | TODO: Document this |
GetOnRowActivated | TODO: Document this |
GetOnRowCollapsed | TODO: Document this |
GetOnRowExpanded | TODO: Document this |
GetOnSetScrollAdjustments | TODO: Document this |
GetOnStartEditing | TODO: Document this |
GetRowIndex | TODO: Document this |
GetVAdjustment | TODO: Document this |
InsertChild | Inserts a child to the tree node specified by path_after at the index specified by the index parameter |
InsertItem | This function inserts an item at the given position |
PathToStr | Converts an array of the form [1,2,3] to an equivalent string like "1:2:3" |
RTreeView | This is the standard contructor for this class and should not be used directly |
RemoveColumn | Removes a column by its index |
ScrollToColumn | This function will scroll (horizontally) the view to ensuring that the column indicated by the index parameter is visible |
ScrollToRow | This function will scroll (vertically) the view to the position indicated by the path parameter |
SetColumnIndex | TODO: Document this |
SetEnableSearch | TODO: Document this |
SetExpanderColumn | TODO: Document this |
SetFixedHeightMode | TODO: Document this |
SetGridLines | TODO: Document this |
SetHeadersClickable | TODO: Document this |
SetHeadersVisible | TODO: Document this |
SetHoverExpand | TODO: Document this |
SetHoverSelection | TODO: Document this |
SetLevelIndentation | TODO: Document this |
SetModel | TODO: Document this |
SetMultipleSelection | TODO: Document this |
SetOnCancelEditing | TODO: Document this |
SetOnColumnsChanged | TODO: Document this |
SetOnCursorChanged | TODO: Document this |
SetOnEndEditing | TODO: Document this |
SetOnHeadersClicked | TODO: Document this |
SetOnRowActivated | TODO: Document this |
SetOnRowCollapsed | TODO: Document this |
SetOnRowExpanded | TODO: Document this |
SetOnSetScrollAdjustments | TODO: Document this |
SetOnStartEditing | TODO: Document this |
SetReorderable | TODO: Document this |
SetRowIndex | TODO: Document this |
SetRulesHint | TODO: Document this |
SetSearchColumn | TODO: Document this |
SetSearchEntry | TODO: Document this |
SetShowExpanders | TODO: Document this |
SetSortColumn | TODO: Document this |
SetSortDescending | TODO: Document this |
SetSorted | TODO: Document this |
SetTreeLines | TODO: Document this |
UpdateItem | This function updates an item at the given position |
OnCancelEditing | Event fired when the user cancels the edit process of an editable cell, for example by pressing the escape key |
OnColumnsChanged | TODO: Document this |
OnColumnsChanged | This event is fired when the columns configuration changes |
OnCursorChanged | TODO: Document this |
OnCursorChanged | This event is fired when the cursor position changes |
OnEndEditing | Event fired when the user successfully ends the editing process of an editable column |
OnHeadersClicked | Event fired when the user click on the treeview header (when HeadersClickable is set to true) |
OnRowActivated | TODO: Document this |
OnRowActivated | This event is fired when a row is activated (user double clicks it for example) |
OnRowCollapsed | This event is fired when a row is collapsed |
OnRowExpanded | This event is fired when a row is expanded |
OnSetScrollAdjustments | This event is fired when the scroll adjustments are set |
OnStartEditing | Event fired when the user starts the editing process of an editable column |
Childs | An array containing the children of an RemoteContainer-derived object |
Add | This member adds a child to the container |
BgColor | This property sets or gets the background color of a control |
DragData | This is the data received by the control on which this control is dropped OnDragDataReceived |
DragIcon | TODO: Document this |
Dragable | When this property is set to true, a control can be dragged by the user (using the mouse) |
DropSite | When this property is set to true, a control can receive Dragable objects |
Enabled | When this property is set to true, a control can receive focus (is enabled) |
FgColor | This property sets or gets the foreground color of a control |
Font | Allows to modify the font used by a control via the RFont class |
Height | This property gets the height (in pixels) of a control |
InactiveBgColor | This property sets or gets the background color of an inactive object |
InactiveFgColor | This property sets or gets the foreground color of an inactive object |
Left | This property gets the number of pixels from the left margin of this control to the left margin of its parent |
Mask | TODO: Document this |
MinHeight | This property gets or sets the minimum height(in pixels) for a control |
MinWidth | This property gets or sets the minimum width for a control |
MouseCursor | This property sets or gets the mouse cursor image using a stock image |
MouseCursorImage | This property sets the image used by the mouse cursor from a RImage object |
PackType | This property sets or gets the type of the packing used for the next child of this control |
Packing | This property sets or gets the type of the packing for this control |
PopupMenu | This property gets or sets the popup menu used for this control (the menu that appears when the mouse is right clicked) |
SelectedBgColor | This property sets or gets the background color of a selected control |
SelectedFgColor | This property sets or gets the foreground color of a selected control |
Tooltip | This property sets or gets the tool tip for a visible object |
TooltipMarkup | TODO: Document this |
TooltipWindow | TODO: Document this |
Top | This property gets the number of pixels from the top margin of this control to the top margin of its parent |
UserData | This is a property that encapsulates custom data that needs to be attached to a control |
Visible | A Boolean value specifying whether the button is visible |
Width | This property gets the width (in pixels) of a control |
ConfirmDelete | This function is used to confirm the Delete event in an OnDelete event that needs confirmation |
ConfirmEvent | Some events require confirmation |
DisposeObject | This function tells the client that a control is no longer needed and can be deleted |
GetDNDFile | TODO: Document this |
GetFont | TODO: Document this |
GetHeight | TODO: Document this |
GetLeft | TODO: Document this |
GetOnButtonPress | TODO: Document this |
GetOnButtonRelease | TODO: Document this |
GetOnChildNotify | TODO: Document this |
GetOnConfigure | TODO: Document this |
GetOnDelete | TODO: Document this |
GetOnDirectionChanged | TODO: Document this |
GetOnDragBegin | TODO: Document this |
GetOnDragDataDelete | TODO: Document this |
GetOnDragDataGet | TODO: Document this |
GetOnDragDataReceived | TODO: Document this |
GetOnDragDrop | TODO: Document this |
GetOnDragEnd | TODO: Document this |
GetOnDragLeave | TODO: Document this |
GetOnDragMotion | TODO: Document this |
GetOnEnterNotify | TODO: Document this |
GetOnEvent | TODO: Document this |
GetOnExposeEvent | TODO: Document this |
GetOnFocus | TODO: Document this |
GetOnFocusIn | TODO: Document this |
GetOnFocusOut | TODO: Document this |
GetOnGrabFocus | TODO: Document this |
GetOnGrabNotify | TODO: Document this |
GetOnHide | TODO: Document this |
GetOnHierarchyChanged | TODO: Document this |
GetOnKeyPress | TODO: Document this |
GetOnKeyRelease | TODO: Document this |
GetOnLeaveNotify | TODO: Document this |
GetOnMap | TODO: Document this |
GetOnMapEvent | TODO: Document this |
GetOnMnemonicActivate | TODO: Document this |
GetOnMotionNotify | TODO: Document this |
GetOnNoExpose | TODO: Document this |
GetOnParentChanged | TODO: Document this |
GetOnProperty | TODO: Document this |
GetOnProximityIn | TODO: Document this |
GetOnProximityOut | TODO: Document this |
GetOnRealize | TODO: Document this |
GetOnScreenChanged | TODO: Document this |
GetOnScroll | TODO: Document this |
GetOnSelectionClear | TODO: Document this |
GetOnSelectionGet | TODO: Document this |
GetOnSelectionNotify | TODO: Document this |
GetOnSelectionReceived | TODO: Document this |
GetOnSelectionRequest | TODO: Document this |
GetOnShow | TODO: Document this |
GetOnSizeAllocate | TODO: Document this |
GetOnSizeRequest | TODO: Document this |
GetOnStateChanged | TODO: Document this |
GetOnStyleChanged | TODO: Document this |
GetOnUnmap | TODO: Document this |
GetOnUnmapEvent | TODO: Document this |
GetOnUnrealize | TODO: Document this |
GetOnVisibility | TODO: Document this |
GetOnWindowState | TODO: Document this |
GetTop | TODO: Document this |
GetWidth | TODO: Document this |
GrabFocus | This function marks the control as focused |
Hide | This function hides this control by setting the Visible property to false |
Move | TODO: Document this |
ResetDNDFiles | TODO: Document this |
Send | Sends a message to the client |
SetBgColor | TODO: Document this |
SetDragData | TODO: Document this |
SetDragIcon | TODO: Document this |
SetDragable | TODO: Document this |
SetDropSite | TODO: Document this |
SetEnabled | TODO: Document this |
SetFgColor | TODO: Document this |
SetIBgColor | TODO: Document this |
SetIFgColor | TODO: Document this |
SetLeft | TODO: Document this |
SetMask | TODO: Document this |
SetMinHeight | TODO: Document this |
SetMinWidth | TODO: Document this |
SetMouseCursor | TODO: Document this |
SetMouseCursorImage | TODO: Document this |
SetOnButtonPress | TODO: Document this |
SetOnButtonRelease | TODO: Document this |
SetOnChildNotify | TODO: Document this |
SetOnConfigure | TODO: Document this |
SetOnDelete | TODO: Document this |
SetOnDirectionChanged | TODO: Document this |
SetOnDragBegin | TODO: Document this |
SetOnDragDataDelete | TODO: Document this |
SetOnDragDataGet | TODO: Document this |
SetOnDragDataReceived | TODO: Document this |
SetOnDragDrop | TODO: Document this |
SetOnDragEnd | TODO: Document this |
SetOnDragLeave | TODO: Document this |
SetOnDragMotion | TODO: Document this |
SetOnEnterNotify | TODO: Document this |
SetOnEvent | TODO: Document this |
SetOnExposeEvent | TODO: Document this |
SetOnFocus | TODO: Document this |
SetOnFocusIn | TODO: Document this |
SetOnFocusOut | TODO: Document this |
SetOnGrabFocus | TODO: Document this |
SetOnGrabNotify | TODO: Document this |
SetOnHide | TODO: Document this |
SetOnHierarchyChanged | TODO: Document this |
SetOnKeyPress | TODO: Document this |
SetOnKeyRelease | TODO: Document this |
SetOnLeaveNotify | TODO: Document this |
SetOnMap | TODO: Document this |
SetOnMapEvent | TODO: Document this |
SetOnMnemonicActivate | TODO: Document this |
SetOnMotionNotify | TODO: Document this |
SetOnNoExpose | TODO: Document this |
SetOnParentChanged | TODO: Document this |
SetOnProperty | TODO: Document this |
SetOnProximityIn | TODO: Document this |
SetOnProximityOut | TODO: Document this |
SetOnRealize | TODO: Document this |
SetOnScreenChanged | TODO: Document this |
SetOnScroll | TODO: Document this |
SetOnSelectionClear | TODO: Document this |
SetOnSelectionGet | TODO: Document this |
SetOnSelectionNotify | TODO: Document this |
SetOnSelectionReceived | TODO: Document this |
SetOnSelectionRequest | TODO: Document this |
SetOnShow | TODO: Document this |
SetOnSizeAllocate | TODO: Document this |
SetOnSizeRequest | TODO: Document this |
SetOnStateChanged | TODO: Document this |
SetOnStyleChanged | TODO: Document this |
SetOnUnmap | TODO: Document this |
SetOnUnmapEvent | TODO: Document this |
SetOnUnrealize | TODO: Document this |
SetOnVisibility | TODO: Document this |
SetOnWindowState | TODO: Document this |
SetPackType | TODO: Document this |
SetPacking | TODO: Document this |
SetPopupMenu | TODO: Document this |
SetSBgColor | TODO: Document this |
SetSFgColor | TODO: Document this |
SetTooltip | TODO: Document this |
SetTooltipMarkup | TODO: Document this |
SetTooltipWindow | TODO: Document this |
SetTop | TODO: Document this |
SetUserData | TODO: Document this |
SetVisible | TODO: Document this |
Show | This function shows this control by setting the Visible property to true |
ShowTooltip | TODO: Document this |
VisibleRemoteObject | TODO: Document this |
OnButtonPress | Event triggered by user pressing button |
OnButtonRelease | Event triggered by user releasing button |
OnChildNotify | This event is fired for each child property that has changed on an object |
OnConfigure | Event triggered by a window resizing |
OnDelete | Event triggered by window begin closed |
OnDirectionChanged | Informs objects that their text direction has been changed (if the control contains text) |
OnDragBegin | This event is fired on the drag source when a drag is started |
OnDragDataDelete | This event is fired on the drag source when a drag with the move action is successfully completed |
OnDragDataGet | This event is fired on the drag source when the drop site requests the data which is dragged |
OnDragDataReceived | This event is fired on the drop site when the dragged data has been received |
OnDragDrop | The event is fired on the drop site when the user drops the data onto the control |
OnDragEnd | This event is fired on the drag source when a drag is finished |
OnDragLeave | This event is fired on the drop site when the cursor leaves the control |
OnDragMotion | The event is fired on the drop site when the user moves the cursor over the control during a drag |
OnEnterNotify | Generated when the pointer enters a window |
OnEvent | This event is fired when another event is fired |
OnExposeEvent | Event triggered by window requiring a refresh |
OnFocus | This event is fired when this control receives focus(check GTK documentation for more information) |
OnFocusIn | This event is fired when this control receives focus(check GTK documentation for more information) |
OnFocusOut | This event is fired when this control looses its focus(check GTK documentation for more information) |
OnGrabFocus | This event is fired when this control grabs focus |
OnGrabNotify | Event fired when a control is grabbed(check GTK for more information) |
OnHide | Event triggered when the control is hidden |
OnHierarchyChanged | Informs objects that their top level control has been changed |
OnKeyPress | This event is fired whenever the Sender control picks up a key pressed signal |
OnKeyRelease | This event is fired whenever the user releases a key |
OnLeaveNotify | Generated when the pointer leaves a window |
OnMap | Event triggered when the control is mapped (please check GTK documentation for more information) |
OnMapEvent | Event triggered when the control is raising a map_event signal (please check GTK documentation for more information) |
OnMnemonicActivate | Event fired when a mnemonic is activated(check GTK for more information) |
OnMotionNotify | Event triggered by user moving pointer |
OnNoExpose | Event triggered by window requiring a refresh |
OnParentChanged | This event is fired when the control's parent is changed |
OnProperty | Event triggered when a property of the control is changed(please check GTK documentation for more information) |
OnProximityIn | Proximity events are generated when using GDK's wrapper for the XInput extension |
OnProximityOut | Proximity events are generated when using GDK's wrapper for the XInput extension |
OnRealize | Event triggered when the control is realized (please check GTK documentation for more information) |
OnScreenChanged | This event is fired when the screen is changed(check GTK documentation for more information) |
OnScroll | Generated from button presses for the buttons 4 to 7 |
OnSelectionClear | Generated when a selection is requested or ownership of a selection is taken over by another client application |
OnSelectionGet | The "selection-get" event is fired when the selection data is requested from control(see gtk documentation for more information) |
OnSelectionNotify | Generated when a selection is requested or ownership of a selection is taken over by another client application |
OnSelectionReceived | This event is fired when the selection data is received from control(see gtk documentation for more information) |
OnSelectionRequest | Generated when a selection is requested or ownership of a selection is taken over by another client application |
OnShow | Event triggered when the control is shown |
OnSizeAllocate | Event triggered after the control is resized (please check GTK documentation for more information) |
OnSizeRequest | Event triggered before the control is resized (please check GTK documentation for more information) |
OnStateChanged | Event triggered when the control's state is changed(please check GTK documentation for more information) |
OnStyleChanged | Informs objects that their style has been changed |
OnUnmap | Event triggered when the control is mapped (please check GTK documentation for more information) |
OnUnmapEvent | Event triggered when the control is raising a unmap_event signal (please check GTK documentation for more information) |
OnUnrealize | Event triggered when the control is unrealized (please check GTK documentation for more information) |
OnVisibility | This event is fired whenever the Sender control visibility is changed |
OnWindowState | This event is generated when the state of a toplevel window changes |
Parent | This function returns the Parent for a specific Concept GUI Object |
RID | The RID (Remote ID) for an object |
Add | TODO: Document this |
AddTimer | This function sets up a timer |
DisposeObject | TODO: Document this |
GetObjectByID | This function finds the object corresponding to the ID parameter |
GetProperty | TODO: Document this |
LinkIfNotLinked | This is a special function, wich should be used after a GUI object was created that has no parent |
Post | TODO: Document this |
PostString | TODO: Document this |
RemoteObject | TODO: Document this |
Repaint | This member tells to the remote control to repaint itself(Queue for redraw) |
SetParent | TODO: Document this |
SetProperty | TODO: Document this |
_GET_REMOTE_EVENT | TODO: Document this |
_MAP_REMOTE_EVENT | TODO: Document this |
__QueryDispose | TODO: Document this |
__Recreate | TODO: Document this |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:17 2011 GMT | (c)2011 RadGs Software |