OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
New Controls

New UI controls introduced in OWLNext More...

Classes

class  owl::TCheckListItem
 Each item displayed and manipulated by TCheckList. More...
 
class  owl::TCheckListArray
 
class  owl::TCheckList
 TCheckList is an owner-drawn list box to select multiple items. More...
 
class  owl::TCheckListData
 
class  owl::TTabCheckList
 Represents an owner-drawn list box that can select multiple items with tabs. More...
 
class  owl::TComboBoxExItem
 Encapsulates an item in an extended combo box (COMBOBOXEXITEM). More...
 
class  owl::TComboBoxEx
 ComboBoxEx controls are combo box controls that provide native support for item images. More...
 
class  owl::TComboBoxExData
 
class  owl::TCoolBand
 
class  owl::TCoolBar
 This simple implementation does no more than encapsulte the messages which can be sent to the rebar control. More...
 
class  owl::TDateTimePicker
 
class  owl::TDrawItemProxy
 Proxy parent for TDrawItem. More...
 
class  owl::TButtonTextDrawItem
 
class  owl::TDrawMenuItem
 Derived from TButtonTextDrawItem, the TDrawMenuItem class is used for owner drawn menus. More...
 
class  owl::TDrawMenuItemProxy
 Derived from TDrawItemProxy, TDrawMenuItemProxy is a proxy parent for TDrawMenuItem. More...
 
class  owl::TFlatPainter
 
class  owl::TFlatComboBox
 
class  owl::TGadgetComboBox
 For use with TGadgetWindow. More...
 
class  owl::TFlatEdit
 
class  owl::TGadgetEdit
 For use with TGadgetWindow. More...
 
class  owl::TFlatListBox
 
class  owl::TGadgetListBox
 For use with TGadgetWindow. More...
 
class  owl::TFlatScroller
 Class TFlatScroller implements the actual scroller object. More...
 
class  owl::TIPAddressBits
 Also used as transfer buffer. More...
 
class  owl::TIPAddress
 
class  owl::TMemComboBox
 
class  owl::TPageScroller
 
class  owl::TPickerCell
 bsabstract base class More...
 
class  owl::TColorCell
 
class  owl::TBitmapCell
 
class  owl::TTextCell
 
class  owl::TGridPicker
 
class  owl::TPopupPicker
 
class  owl::TColorPicker
 
class  owl::TPickerGadget
 
class  owl::TColorPickerGadget
 
class  owl::TBitmapPickerGadget
 
class  owl::TPopupButtonGadget
 
class  owl::TPopupMenuGadget
 
class  owl::TRichEditView
 
class  owl::TDrawItemBase
 Class will be base class for owner draw items: ListBox,ComboBox,Menu atc. More...
 
class  owl::TDrawItem
 

Macros

#define HL_SearchText   "hlSearchText"
 class remember old user selections.
 
#define HL_ReplaceText   "hlReplaceText"
 
#define HL_GotoLine   "hlGotoLine"
 
#define HL_BinGoto   "hlBinGoto"
 
#define HL_BlockIndent   "hlBlockIndent"
 
#define HL_RightMargin   "hlRightMargin"
 
#define HL_GutterWidth   "hlGutterWidth"
 
#define HL_UndoLimit   "hlUndoLimit"
 
#define HL_TabStops   "hlTabStops"
 
#define HL_OtherText   "hlOtherText"
 

Typedefs

typedef TCheckListArray::Iterator owl::TCheckListArrayIter
 
typedef TObjectArray< TComboBoxExItemowl::TComboBoxExItemArray
 
typedef TComboBoxExItemArray::Iterator owl::TComboBoxExItemArrayIter
 
typedef TIPtrArray< TCoolBand * > owl::TCoolBandArray
 
typedef TCoolBandArray::Iterator owl::TCoolBandArrayIter
 

Detailed Description

New UI controls introduced in OWLNext

Macro Definition Documentation

◆ HL_BinGoto

#define HL_BinGoto   "hlBinGoto"

Definition at line 58 of file memcbox.h.

◆ HL_BlockIndent

#define HL_BlockIndent   "hlBlockIndent"

Definition at line 59 of file memcbox.h.

◆ HL_GotoLine

#define HL_GotoLine   "hlGotoLine"

Definition at line 57 of file memcbox.h.

◆ HL_GutterWidth

#define HL_GutterWidth   "hlGutterWidth"

Definition at line 61 of file memcbox.h.

◆ HL_OtherText

#define HL_OtherText   "hlOtherText"

Definition at line 64 of file memcbox.h.

◆ HL_ReplaceText

#define HL_ReplaceText   "hlReplaceText"

Definition at line 56 of file memcbox.h.

◆ HL_RightMargin

#define HL_RightMargin   "hlRightMargin"

Definition at line 60 of file memcbox.h.

◆ HL_SearchText

#define HL_SearchText   "hlSearchText"

class remember old user selections.

Saves strings in registry under:

Where [Name] - parameter passed in constructor. Override CreateConfigFile(); to customize this Support Transfer mechanizm, to pass value to Edit part of ComboBox. No ComboBox transfer Data, Use as transfer structure: tchar buffer[textLimit]; textLimit - parameter passed in constructor. Example:

struct TXFer{
uint16 CheckBox1;
uint16 CheckBox2;
tchar Edit1[255];
tchar MemComboBox[255];
};

Definition at line 55 of file memcbox.h.

◆ HL_TabStops

#define HL_TabStops   "hlTabStops"

Definition at line 63 of file memcbox.h.

◆ HL_UndoLimit

#define HL_UndoLimit   "hlUndoLimit"

Definition at line 62 of file memcbox.h.

Typedef Documentation

◆ TCheckListArrayIter

◆ TComboBoxExItemArray

◆ TComboBoxExItemArrayIter

typedef TComboBoxExItemArray::Iterator owl::TComboBoxExItemArrayIter

Definition at line 157 of file combobex.h.

◆ TCoolBandArray

◆ TCoolBandArrayIter

typedef TCoolBandArray::Iterator owl::TCoolBandArrayIter

Definition at line 79 of file coolbar.h.