Concept framework 1.0 documentation Contents | Index

RAdjustment

Name Version Deprecated
RAdjustment version 1.0 no

Defined in : RAdjustment.con
(this file must be included in your application in order to have access, unless you use a child class of RAdjustment that includes this file)

Inherits : RemoteObject  

Description:
A class representing an adjustable bounded value.
The RAdjustment object represents a value which has an associated lower and upper bound, together with step and page increments, and a page size. It is used within several controls, including RSpinButton, RViewPort, and RVScrollbar, RHScrollbar, RVScale, RHScale.


Properties:
Increment Sets the standard increment value
Lower Sets or gets the lower value for a RAdjustment
PageIncrement Sets or gets the page increment
PageSize Sets or gets the page size
Upper Sets or gets the upper value for a RAdjustment
Value Sets or gets the value for a RAdjustment

Methods:
RAdjustment This is the standard constructor and should not be called explicitly

Events:
OnChanged This event is raised when the RAdjustment parameters change
OnValueChanged This event is raised when the RAdjustment value changes

Inherited from RemoteObject:

Inherited properties from RemoteObject
Parent This function returns the Parent for a specific Concept GUI Object
RID The RID (Remote ID) for an object

Inherited methods from RemoteObject
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:10 2011 GMT(c)2011 RadGs Software