'\" t .\" $Id: gen-scale.3,v 1.11 2019/02/15 01:06:22 tom Exp $" .de bP .ie n .IP \(bu 4 .el .IP \(bu 2 .. .de XX .. .TH cdk_dscale 3 .SH NAME .XX activateCDKDScale .XX destroyCDKDScale .XX drawCDKDScale .XX eraseCDKDScale .XX getCDKDScaleBox .XX #if .XX getCDKDScaleDigits .XX #endif .XX getCDKDScaleHighValue .XX getCDKDScaleLowValue .XX getCDKDScaleValue .XX injectCDKDScale .XX moveCDKDScale .XX newCDKDScale .XX positionCDKDScale .XX setCDKDScale .XX setCDKDScaleBackgroundAttrib .XX setCDKDScaleBackgroundColor .XX setCDKDScaleBox .XX setCDKDScaleBoxAttribute .XX #if .XX setCDKDScaleDigits .XX #endif .XX setCDKDScaleHorizontalChar .XX setCDKDScaleLLChar .XX setCDKDScaleLRChar .XX setCDKDScaleLowHigh .XX setCDKDScalePostProcess .XX setCDKDScalePreProcess .XX setCDKDScaleULChar .XX setCDKDScaleURChar .XX setCDKDScaleValue .XX setCDKDScaleVerticalChar cdk_dscale \- curses scale widget (type double). .SH SYNOPSIS .LP .B cc .RI "[ " "flag" " \|.\|.\|. ] " "file" " \|.\|.\|." .B \-lcdk .RI "[ " "library" " \|.\|.\|. ]" .LP #include .nf .TP 15 .B "double activateCDKDScale (" .BI "CDKDSCALE *" "scale", .BI "chtype *" "actions"); .TP 15 .B "void destroyCDKDScale (" .BI "CDKDSCALE *" "scale"); .TP 15 .B "void drawCDKDScale (" .BI "CDKDSCALE *" "scale", .BI "boolean " "box"); .TP 15 .B "void eraseCDKDScale (" .BI "CDKDSCALE *" "scale"); .TP 15 .B "boolean getCDKDScaleBox (" .BI "CDKDSCALE *" "scale"); .TP 15 .B "int getCDKDScaleDigits (" .BI "CDKDSCALE *" "scale"); .TP 15 .B "double getCDKDScaleHighValue (" .BI "CDKDSCALE *" "scale"); .TP 15 .B "double getCDKDScaleLowValue (" .BI "CDKDSCALE *" "scale"); .TP 15 .B "double getCDKDScaleValue (" .BI "CDKDSCALE *" "scale"); .TP 15 .B "int injectCDKDScale (" .BI "CDKDSCALE *" "scale", .BI "chtype " "input"); .TP 15 .B "void moveCDKDScale (" .BI "CDKDSCALE *" "scale", .BI "int " "xpos", .BI "int " "ypos", .BI "boolean " "relative", .BI "boolean " "refresh"); .TP 15 .B "CDKDSCALE *newCDKDScale (" .BI "CDKSCREEN *" "cdkscreen", .BI "int " "xpos", .BI "int " "ypos", .BI "const char *" "title", .BI "const char *" "label", .BI "chtype " "fieldAttribute", .BI "int " "fieldWidth", .BI "double " "currentValue", .BI "double " "lowValue", .BI "double " "highValue", .BI "double " "increment", .BI "double " "fastIncrement", .BI "int " "digits", .BI "boolean " "box", .BI "boolean " "shadow"); .TP 15 .B "void positionCDKDScale (" .BI "CDKDSCALE *" "scale"); .TP 15 .B "void setCDKDScale (" .BI "CDKDSCALE *" "scale", .BI "double " "lowValue", .BI "double " "highValue", .BI "double " "currentValue", .BI "boolean " "box"); .TP 15 .B "void setCDKDScaleBackgroundAttrib (" .BI "CDKDSCALE *" "scale", .BI "chtype " "attribute"); .TP 15 .B "void setCDKDScaleBackgroundColor (" .BI "CDKDSCALE *" "scale", .BI "const char * " "color"); .TP 15 .B "void setCDKDScaleBox (" .BI "CDKDSCALE *" "scale", .BI "boolean " "box"); .TP 15 .B "void setCDKDScaleBoxAttribute (" .BI "CDKDSCALE *" "scale", .BI "chtype " "character"); .TP 15 .B "void setCDKDScaleDigits (" .BI "CDKDSCALE *" "scale", .BI "int " "digits"); .TP 15 .B "void setCDKDScaleHorizontalChar (" .BI "CDKDSCALE *" "scale", .BI "chtype " "character"); .TP 15 .B "void setCDKDScaleLLChar (" .BI "CDKDSCALE *" "scale", .BI "chtype " "character"); .TP 15 .B "void setCDKDScaleLRChar (" .BI "CDKDSCALE *" "scale", .BI "chtype " "character"); .TP 15 .B "void setCDKDScaleLowHigh (" .BI "CDKDSCALE *" "scale", .BI "double " "low", .BI "double " "high"); .TP 15 .B "void setCDKDScalePostProcess (" .BI "CDKDSCALE *" "scale", .BI "PROCESSFN " "callback", .BI "void * " "data"); .TP 15 .B "void setCDKDScalePreProcess (" .BI "CDKDSCALE *" "scale", .BI "PROCESSFN " "callback", .BI "void * " "data"); .TP 15 .B "void setCDKDScaleULChar (" .BI "CDKDSCALE *" "scale", .BI "chtype " "character"); .TP 15 .B "void setCDKDScaleURChar (" .BI "CDKDSCALE *" "scale", .BI "chtype " "character"); .TP 15 .B "void setCDKDScaleValue (" .BI "CDKDSCALE *" "scale", .BI "double " "value"); .TP 15 .B "void setCDKDScaleVerticalChar (" .BI "CDKDSCALE *" "scale", .BI "chtype " "character"); .fi .SH DESCRIPTION The Cdk scale widget creates a scale box with a label and a scale field. The following functions create or manipulate the Cdk scale box widget. .SH AVAILABLE FUNCTIONS .TP 5 .B activateCDKDScale activates the scale widget and lets the user interact with the widget. .RS .bP The parameter \fBscale\fR is a pointer to a non-NULL scale widget. .bP If the \fBactions\fR parameter is passed with a non-NULL value, the characters in the array will be injected into the widget. .IP To activate the widget interactively pass in a \fINULL\fR pointer for \fBactions\fR. .IP If the character entered into this widget is \fIRETURN\fR or \fITAB\fR then this function will return a value from the low value to the high value. It will also set the widget data \fIexitType\fR to \fIvNORMAL\fR. .IP If the character entered into this widget was \fIESCAPE\fR then the widget will return the unknownDouble value (see the cdk_objs.h header file). .RE .IP The widget data \fIexitType\fR will be set to \fIvESCAPE_HIT\fR. .TP 5 .B destroyCDKDScale removes the widget from the screen and frees memory the object used. .TP 5 .B drawCDKDScale draws the scale widget on the screen. .IP If the \fBbox\fR parameter is true, the widget is drawn with a box. .TP 5 .B eraseCDKDScale removes the widget from the screen. This does \fINOT\fR destroy the widget. .TP 5 .B getCDKDScaleBox returns whether the widget will be drawn with a box around it. .TP 5 .B getCDKDScaleDigits returns the number of digits shown after the decimal point for the box value. .TP 5 .B getCDKDScaleHighValue returns the high value of the scale widget. .TP 5 .B getCDKDScaleLowValue returns the low value of the scale widget. .TP 5 .B getCDKDScaleValue returns the current value of the widget. .TP 5 .B injectCDKDScale injects a single character into the widget. .RS .bP The parameter \fBscale\fR is a pointer to a non-NULL scale widget. .bP The parameter \fBcharacter\fR is the character to inject into the widget. .RE .IP The return value and side-effect (setting the widget data \fIexitType\fP) depend upon the injected character: .RS .TP \fIRETURN\fP or \fITAB\fR the function returns a value ranging from the scale's low value to the scale's high value. The widget data \fIexitType\fR is set to \fIvNORMAL\fR. .TP \fIESCAPE\fP the function returns the unknownDouble value (see the cdk_objs.h header file). The widget data \fIexitType\fR is set to \fIvESCAPE_HIT\fR. .TP Otherwise unless modified by preprocessing, postprocessing or key bindings, the function returns the unknownDouble value (see the cdk_objs.h header file). The widget data \fIexitType\fR is set to \fIvEARLY_EXIT\fR. .RE .TP 5 .B moveCDKDScale moves the given widget to the given position. .RS .bP The parameters \fBxpos\fR and \fBypos\fR are the new position of the widget. .IP The parameter \fBxpos\fR may be an integer or one of the pre-defined values \fITOP\fR, \fIBOTTOM\fR, and \fICENTER\fR. .IP The parameter \fBypos\fR may be an integer or one of the pre-defined values \fILEFT\fR, \fIRIGHT\fR, and \fICENTER\fR. .bP The parameter \fBrelative\fR states whether the \fBxpos\fR/\fBypos\fR pair is a relative move or an absolute move. .IP For example, if \fBxpos\fR = 1 and \fBypos\fR = 2 and \fBrelative\fR = \fBTRUE\fR, then the widget would move one row down and two columns right. If the value of \fBrelative\fR was \fBFALSE\fR, then the widget would move to the position (1,2). .IP Do not use the values \fITOP\fR, \fIBOTTOM\fR, \fILEFT\fR, \fIRIGHT\fR, or \fICENTER\fR when \fBrelative\fR = \fITRUE\fR. (weird things may happen). The final parameter \fBrefresh\fR is a boolean value which states whether the widget will get refreshed after the move. .RE .TP 5 .B newCDKDScale creates a pointer to a scale widget. Parameters: .RS .TP 5 \fBscreen\fR is the screen you wish this widget to be placed in. .TP 5 \fBxpos\fR controls the placement of the object along the horizontal axis. It may be an integer or one of the pre-defined values \fILEFT\fR, \fIRIGHT\fR, and \fICENTER\fR. .TP 5 \fBypos\fR controls the placement of the object along the vertical axis. It may be an integer or one of the pre-defined values \fITOP\fR, \fIBOTTOM\fR, and \fICENTER\fR. .TP 5 \fBtitle\fR is the string to display at the top of the widget. The title can be more than one line; just provide a carriage return character at the line break. .TP 5 \fBlabel\fR is the string to display in the label of the scale field. .TP 5 \fBfieldAttribute\fR is the attribute of the characters displayed in the field. .TP 5 \fBfieldWidth\fR controls the width of the widget. If you provide a value of zero the widget will be created with the full width of the screen. If you provide a negative value, the widget will be created the full width minus the value provided. .TP 5 \fBcurrentValue\fR is the value of the scale field when the widget is activated. .TP 5 \fBlowValue\fR and .TP 5 \fBhighValue\fR are the low and high values of the widget respectively. .TP 5 \fBincrement\fR is the regular increment value .TP 5 \fBfastIncrement\fR is the accelerated increment value. .TP 5 \fBbox\fR is true if the widget should be drawn with a box around it. .TP 5 \fBshadow\fR turns the shadow on or off around this widget. .RE .IP If the widget could not be created then a \fINULL\fR pointer is returned. .TP 5 .B positionCDKDScale allows the user to move the widget around the screen via the cursor/keypad keys. See \fBcdk_position (3)\fR for key bindings. .TP 5 .B setCDKDScale lets the programmer modify certain elements of an existing scale widget. .IP The parameter names correspond to the same parameter names listed in the \fInewCDKDScale\fR function. .TP 5 .B setCDKDScaleBackgroundAttrib sets the background attribute of the widget. .IP The parameter \fBattribute\fR is a curses attribute, e.g., A_BOLD. .TP 5 .B setCDKDScaleBackgroundColor sets the background color of the widget. .IP The parameter \fBcolor\fR is in the format of the Cdk format strings. .IP See \fBcdk_display (3)\fR. .TP 5 .B setCDKDScaleBox sets whether the widget will be drawn with a box around it. .TP 5 .B setCDKDScaleBoxAttribute sets the attribute of the box. .TP 5 .B setCDKDScaleDigits sets the number of digits shown after the decimal point for the box value. .TP 5 .B setCDKDScaleHorizontalChar sets the horizontal drawing character for the box to the given character. .TP 5 .B setCDKDScaleLLChar sets the lower left hand corner of the widget's box to the given character. .TP 5 .B setCDKDScaleLRChar sets the lower right hand corner of the widget's box to the given character. .TP 5 .B setCDKDScaleLowHigh sets the low and high values of the widget. .TP 5 .B setCDKDScalePostProcess allows the user to have the widget call a function after the key has been applied to the widget. .RS .bP The parameter \fBfunction\fR is the callback function. .bP The parameter \fBdata\fR points to data passed to the callback function. .RE .IP To learn more about post-processing see \fIcdk_process (3)\fR. .TP 5 .B setCDKDScalePreProcess allows the user to have the widget call a function after a key is hit and before the key is applied to the widget. .RS .bP The parameter \fBfunction\fR is the callback function. .bP The parameter \fBdata\fR points to data passed to the callback function. .RE .IP To learn more about pre-processing see \fIcdk_process (3)\fR. .TP 5 .B setCDKDScaleULChar sets the upper left hand corner of the widget's box to the given character. .TP 5 .B setCDKDScaleURChar sets the upper right hand corner of the widget's box to the given character. .TP 5 .B setCDKDScaleValue sets the current value of the widget. .TP 5 .B setCDKDScaleVerticalChar sets the vertical drawing character for the box to the given character. .SH KEY BINDINGS When the widget is activated there are several default key bindings which will help the user enter or manipulate the information quickly. The following table outlines the keys and their actions for this widget. .LP .TS center tab(/) box; l l l l lw15 lw50 . \fBKey/Action\fR = Down Arrow/T{ Decrements the scale by the normal value. T} Up Arrow/Increments the scale by the normal value. u/Increments the scale by the normal value. Prev Page/Decrements the scale by the accelerated value. U/Decrements the scale by the accelerated value. Ctrl-B/Decrements the scale by the accelerated value. Next Page/Increments the scale by the accelerated value. Ctrl-F/Increments the scale by the accelerated value. Home/Sets the scale to the low value. g/Sets the scale to the low value. ^/Sets the scale to the low value. End/Sets the scale to the high value. G/Sets the scale to the high value. $/Sets the scale to the high value. Return/T{ Exits the widget and returns the index of the selected value. This also sets the widget data \fIexitType\fR to \fIvNORMAL\fR. T} Tab/T{ Exits the widget and returns the index of the selected value. This also sets the widget data \fIexitType\fR to \fIvNORMAL\fR. T} Escape/T{ Exits the widget and returns the unknownDouble value (see the cdk_objs.h header file). This also sets the widget data \fIexitType\fR to \fIvESCAPE_HIT\fR. T} Ctrl-R/Refreshes the screen. .TE .LP If the cursor is not pointing to the field's value, the following key bindings apply. You may use the left/right arrows to move the cursor onto the field's value and modify it by typing characters to replace the digits and sign. .TS center tab(/) box; l l l l lw15 lw50 . \fBKey/Action\fR = Left Arrow/T{ Decrements the scale by the normal value. T} Right Arrow/Increments the scale by the normal value. = d/Decrements the scale by the normal value. D/Increments the scale by the accelerated value. -/Decrements the scale by the normal value. +/Increments the scale by the normal value. 0/Sets the scale to the low value. .TE .SH SEE ALSO .BR cdk (3), .BR cdk_binding (3), .BR cdk_display (3), .BR cdk_position (3), .BR cdk_screen (3)