rwlogo

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
List of all members | Public Types | Public Member Functions | Static Public Member Functions
IlvDateField Class Reference

Gadget class. More...

#include <ilviews/gadgets/datfield.h>

Inheritance diagram for IlvDateField:
IlvTextField IlvGadget IlvSimpleGraphic IlvStylable IlvGraphic

Public Types

enum  IlvDateFieldFormat {
  df_day, df_Day, df_month, df_Month,
  df_month_text, df_abbrev_month, df_year, df_Year
}
 This enumeration defines the various formats that date elements can have. These formats will be used to convert a date to a string. More...
 

Public Member Functions

 IlvDateField (IlvDisplay *display, const IlvRect &rect, IlUShort thickness=IlvDefaultGadgetThickness, IlvPalette *palette=0)
 Constructor. More...
 
 IlvDateField (IlvDisplay *display, const IlvPoint &point, IlUShort thickness=IlvDefaultGadgetThickness, IlvPalette *palette=0)
 Constructor. More...
 
virtual const char * check (IlUShort ch)
 Is called by the interactor for each key down event that corresponds to a regular character. More...
 
void getFormat (IlvDateFieldFormat &first, IlvDateFieldFormat &middle, IlvDateFieldFormat &last, char &separator) const
 Returns the format of the date field. More...
 
IlBoolean getValue (struct tm *date) const
 Returns the date stored in the date field into a struct tm object. More...
 
IlBoolean getValue (IlUShort &day, IlUShort &month, IlUShort &year) const
 Returns the date stored in the date field. More...
 
IlBoolean setFormat (IlvDateFieldFormat first, IlvDateFieldFormat middle, IlvDateFieldFormat last, char separator, IlBoolean redraw=IlFalse)
 Sets the format of the date field. More...
 
void setValue (struct tm *date, IlBoolean redraw=IlFalse)
 Sets the date of the date field. More...
 
void setValue (IlUShort day, IlUShort month, IlUShort year, IlBoolean redraw=IlFalse)
 Sets the date of the date field. More...
 
virtual void validate ()
 Is called by the interactor when the user presses the Return or the Enter key. More...
 
- Public Member Functions inherited from IlvTextField
 IlvTextField (IlvDisplay *display, const char *label, const IlvRect &rect, IlUShort thickness=IlvDefaultGadgetThickness, IlvPalette *palette=0)
 Constructor. More...
 
 IlvTextField (IlvDisplay *display, const IlvPoint &point, const char *label, IlUShort thickness=IlvDefaultGadgetThickness, IlvPalette *palette=0)
 Constructor. More...
 
void addChangeCallback (IlvGraphicCallback callback)
 Adds a Label Changed callback. More...
 
void addChangeCallback (IlSymbol *callbackName)
 Adds a named Label Changed callback. More...
 
void addChangeCallback (IlvGraphicCallback callback, IlAny arg)
 Adds a Label Changed callback. More...
 
void addChangeCallback (IlSymbol *callbackName, IlAny arg)
 Adds a named Label Changed callback. More...
 
void ensureVisible (IlShort position, const IlvTransformer *t=0)
 Ensures that the character located at the specified position is visible. More...
 
IlvPosition getAlignment () const
 Returns the alignment of the text field. More...
 
IlvGraphicCallback getChangeCallback () const
 Returns a pointer to the first unnamed callback in the Label Changed callback list. More...
 
IlSymbolgetChangeCallbackName () const
 Returns the name of the first named callback in the Label Changed callback list. More...
 
IlBoolean getChangeFocusOnValidation () const
 Indicates whether the text field moves the keyboard focus to the next gadget once validated. More...
 
IlShort getCursorPosition () const
 Returns the cursor position. More...
 
IlShort getEndSelection () const
 Returns the index of the last selected character. More...
 
IlFloat getFloatValue () const
 Converts the text field contents to a floating point value and returns the result of the conversion. More...
 
IlInt getIntValue () const
 Converts the text field contents to an integer and returns the result of the conversion. More...
 
const char * getLabel () const
 Returns the label displayed by the text field. More...
 
IlShort getMaxChar () const
 Returns the maximum number of characters that the user can type in the text field. More...
 
virtual const char * getMessage () const
 Returns the message displayed by this text field. More...
 
IlShort getStartSelection () const
 Returns the index of the first selected character. More...
 
IlShort getTextPosition () const
 Returns the index of the first visible character of the text field. More...
 
virtual IlBoolean handleControl (IlUShort character)
 Is called by the interactor to handle control keys. More...
 
IlBoolean isCursorShown () const
 Indicates whether the cursor is visible. More...
 
IlBoolean isEditable () const
 Indicates whether the text field can be edited. More...
 
virtual void labelChanged ()
 Is called by the interactor whenever the label of the text field changes. More...
 
IlShort pointToPosition (const IlvPoint &point, const IlvTransformer *t=0) const
 Returns the index of the character located at the specified point. More...
 
virtual void removeSelection ()
 Removes the selected label from the text field. More...
 
void setAlignment (IlvPosition alignment)
 Sets the alignment of the text field. More...
 
void setChangeCallback (IlvGraphicCallback callback)
 Sets a Label Changed callback. More...
 
void setChangeCallback (IlSymbol *callbackName)
 Sets a named Label Changed callback. More...
 
void setChangeCallback (IlvGraphicCallback callback, IlAny arg)
 Sets a Label Changed callback. More...
 
void setChangeCallback (IlSymbol *callbackName, IlAny arg)
 Sets a named Label Changed callback. More...
 
void setChangeFocusOnValidation (IlBoolean value)
 Specifies whether the text field should move the keyboard focus to the next gadget once validated. More...
 
void setCursorPosition (IlShort position)
 Sets the cursor position. More...
 
void setEditable (IlBoolean value)
 Specifies whether the text field can be edited. More...
 
void setEndSelection (IlShort position)
 Sets the index of the last selected character. More...
 
virtual void setLabel (const char *label, IlBoolean redraw=IlFalse)
 Sets the label of the text field. More...
 
void setMaxChar (IlShort count)
 Sets the maximum number of characters that the user can type in the text field. More...
 
void setSelection (IlShort start, IlShort end)
 Selects a portion of the text field content. More...
 
void setStartSelection (IlShort position)
 Sets the index of the first selected character. More...
 
void setTextPosition (IlShort position)
 Sets the index of the first visible character of the text field. More...
 
void setValue (IlInt value, IlBoolean redraw=IlFalse)
 Sets the text field label to an integer value. More...
 
void setValue (IlFloat value, const char *format=0, IlBoolean redraw=IlFalse)
 Sets the text field label to a floating-point value. More...
 
void showCursor (IlBoolean value, IlBoolean redraw=IlFalse)
 Specifies whether the cursor should be visible. More...
 

Static Public Member Functions

static int GetBaseCentury ()
 Returns the base century used by the class IlvDateField. More...
 
static int GetCenturyThreshold ()
 Returns the century threshold set for the class IlvDateField. More...
 
static void SetBaseCentury (int century)
 Sets the base century used by the class IlvDateField. More...
 
static void SetCenturyThreshold (int threshold)
 Sets the century threshold used by the IlvDateField class. More...
 

Detailed Description

Gadget class.

Library: ilvadvgdt

IlvDateField defines a specialized text field gadget for editing a date.


- A Date Field -

See Also
IlvNumberField, IlvPasswordField.

Member Enumeration Documentation

This enumeration defines the various formats that date elements can have. These formats will be used to convert a date to a string.

See Also
IlvDateField::setFormat
Enumerator
df_day 

Writes the day as a number with no leading zero.

df_Day 

Writes the day as a number with a leading zero, if necessary.

df_month 

Writes the month as a number with no leading zero.

df_Month 

Writes the month as a number with a leading zero, if necessary.

df_month_text 

Writes the month name. If the month names below appear in the language database, the corresponding name is taken from it. Otherwise, the character `&' is removed. Month names: &January, &February, &March, &April, &May, &June, &July, &August, &September, &October, &November, &December.

df_abbrev_month 

Writes the abbreviated month name. If the abbreviated month names below appear in the language database, the corresponding name is taken from it. Otherwise, the abbreviated month name is taken with the character `&' removed. Abbreviated month names: &january, &february, &march, &april, &may, &june, &july, &august, &september, &october, &november, &december.

df_year 

Writes the last two digits of the year.

df_Year 

Writes the full year.

Constructor & Destructor Documentation

IlvDateField::IlvDateField ( IlvDisplay display,
const IlvRect rect,
IlUShort  thickness = IlvDefaultGadgetThickness,
IlvPalette palette = 0 
)

Constructor.

Initializes a new instance of the class IlvDatefield.

Parameters
displayThe connection to the display.
rectThe size and position of the date field.
thicknessThe thickness of the date field.
paletteThe palette used by the date field.
IlvDateField::IlvDateField ( IlvDisplay display,
const IlvPoint point,
IlUShort  thickness = IlvDefaultGadgetThickness,
IlvPalette palette = 0 
)

Constructor.

Initializes a new instance of the class IlvDatefield. The height of the text field is computed using palette. Its width is 0, which means that you have to resize it.

Parameters
displayThe connection to the display.
pointThe position of the date field.
thicknessThe thickness of the date field.
paletteThe palette used by the date field.

Member Function Documentation

virtual const char* IlvDateField::check ( IlUShort  character)
virtual

Is called by the interactor for each key down event that corresponds to a regular character.

The default implementation inserts character in the text field (erasing the selection if there is one).

Parameters
characterThe ASCII code of the character.
Returns
The new label of the text field.
See Also
setLabel().

Reimplemented from IlvTextField.

static int IlvDateField::GetBaseCentury ( )
static

Returns the base century used by the class IlvDateField.

This value is relevant only if the year format is df_year, that is, when the date is represented by two characters only. For details, see IlvDateField::SetBaseCentury.

Returns
The base century used by the class IlvDateField.
See Also
SetBaseCentury, GetCenturyThreshold.
static int IlvDateField::GetCenturyThreshold ( )
static

Returns the century threshold set for the class IlvDateField.

The default value is 30. For details, see IlvDateField::SetBaseCentury.

Returns
The century threshold set for the class IlvDateField.
See Also
SetBaseCentury, SetCenturyThreshold.
void IlvDateField::getFormat ( IlvDateFieldFormat first,
IlvDateFieldFormat middle,
IlvDateFieldFormat last,
char &  separator 
) const

Returns the format of the date field.

A date is composed of three elements divided by separation characters.

Parameters
firstThe first element of the date.
middleThe middle element of the date.
lastThe last element of the date.
separatorThe character used to separate each element of the date.
See Also
setFormat, IlvDateFieldFormat.
IlBoolean IlvDateField::getValue ( struct tm *  date) const

Returns the date stored in the date field into a struct tm object.

The type struct tm is defined in the system include file time.h.

Parameters
dateThe returned date.
Returns
IlTrue if the field represents a valid date. Otherwise, it returns IlFalse.
See Also
setValue(struct tm*), getValue(IlUShort&, IlUShort&, IlUShort&)
IlBoolean IlvDateField::getValue ( IlUShort day,
IlUShort month,
IlUShort year 
) const

Returns the date stored in the date field.

Parameters
dayThe returned day.
monthThe returned month.
yearThe returned year.
Returns
IlTrue if the field represents a valid date. Otherwise, it returns IlFalse.
See Also
setValue(IlUShort, IlUShort, IlUShort), getValue(struct tm*)
static void IlvDateField::SetBaseCentury ( int  century)
static

Sets the base century used by the class IlvDateField.

If you use a two-digit value for the year element of the date ( df_year), the full year will be recomputed from this base century and a century threshold (see IlvDateField::GetCenturyThreshold). The base century indicates the century to be used when a two-digit year is entered, and whether this value is less than a specified threshold. For compatibility reasons, the default value for the base century is 1900. The century threshold indicates the value under which the century number will be incremented. For compatibility reasons, the default value of the century threshold is 0. If you set the base century to 1900 and the century threshold to 30, a value of 10 for the year is converted to 2010, a value of 30 is converted to 1930, and a value of 50 is converted to 1950.

Parameters
centuryThe new base century. The default value is 1900.
See Also
GetBaseCentury, SetCenturyThreshold
static void IlvDateField::SetCenturyThreshold ( int  threshold)
static

Sets the century threshold used by the IlvDateField class.

For details, see IlvDateField::SetBaseCentury.

Parameters
thresholdThe new century threshold.
See Also
SetBaseCentury, GetCenturyThreshold
IlBoolean IlvDateField::setFormat ( IlvDateFieldFormat  first,
IlvDateFieldFormat  middle,
IlvDateFieldFormat  last,
char  separator,
IlBoolean  redraw = IlFalse 
)

Sets the format of the date field.

A date is composed of three elements divided by separation characters. This member function specifies which element represents the day, the month, or the year and which separator to use. The default value is: 12/31/1995 (df_Month, df_Day, df_Year, see below). The formats are defined by the enumeration type IlvDateFieldFormat. If you change the format when the field contains a value, this value is applied the new format. Note the following:

  • Only a single day, year, or month format can be passed to this member function. Otherwise, the function returns IlFalse and the format remains unchanged.

Parameters
firstThe first element of the date.
middleThe middle element of the date.
lastThe last element of the date.
separatorThe character used to separate each element of the date.
redrawA Boolean value specifying whether the date field should be redrawn.
See Also
getFormat, IlvDateFieldFormat.
void IlvDateField::setValue ( struct tm *  date,
IlBoolean  redraw = IlFalse 
)

Sets the date of the date field.

The date is converted to a string using the date field format.

Parameters
dateThe new date.
redrawA Boolean value specifying whether the date field should be redrawn.
See Also
getValue(struct tm*), setValue(IlUShort, IlUShort, IlUShort, IlBoolean), setFormat
void IlvDateField::setValue ( IlUShort  day,
IlUShort  month,
IlUShort  year,
IlBoolean  redraw = IlFalse 
)

Sets the date of the date field.

The date is converted to a string using the date field format.

Parameters
dayThe new day.
monthThe new month.
yearThe new year.
redrawA Boolean value specifying whether the date field should be redrawn.
See Also
getValue(IlUShort&, IlUShort&, IlUShort&), setValue(struct tm*)
virtual void IlvDateField::validate ( )
virtual

Is called by the interactor when the user presses the Return or the Enter key.

The default implementation invokes the main callback of the text field. If the method IlvTextField::getChangeFocusOnValidation() returns IlTrue, the keyboard focus moves to the next gadget in the focus chain.

See Also
getChangeFocusOnValidation(), IlvGraphicHolder::setFocus().

Reimplemented from IlvTextField.


© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.