AbstractBinaryTree< T, Node > | Abstract class for concrete VDKBtree class |
AbstractBinaryTree< T, Node >::Iterator | Provides a nlog(n) iterator for AbstractBinaryTree |
VDKAbstractButton | This class provides a common base for different types of buttons |
AbstractRedBlackTree< T, Node > | Abstract frame class for VDKBTree |
VDKAnyEvent | Baseclass for all VDKEvents, not instantied itself |
VDKApplication | Application object |
VDKArray< T > | Templatized array |
VDKBarChart | Provides a bar chart |
VDKBox | One of the most used widget containers |
VDKBrush | This class provides a brush to customize drawing. Actually unused, left for future improuvments |
VDKBtree< T > | Templatized binary tree data structure |
calendardate | Date object |
VDKCanvas | This class provides a canvas widget |
VDKChart | Provides a char base class |
VDKCheckButton | This calls provides a check button widget |
VDKColor | Raw color object |
VDKCombo | Provides a simplified wrapper for gtkcombo |
VDKComboEntry | Provides a simplified wrapper for gtkcombo_entry |
VDKContainer< T > | Base class for generic containers |
Coord | 2D object |
VDKCustom | This is a base class for derived VDKCustomList and VDKCustomTree Provides common functionalities for both child classes |
VDKCustomButton | This class provides an unified wrapper for almost all kind of GtkButton |
VDKCustomList | This class wraps gtkclist widget |
VDKCustomSortedList | |
VDKCustomTree | This class wraps gtkctree widget |
VDKDataBox | Databox widget |
VDKDnD | Provides dnd support |
VDKDockerBox | Provides a box that can be detached from his container and attached (docked) into a separate form |
VDKDrawingArea | This class provides a drawing area widget. This widget should substitute VDKCanvas which is now deprecated but will continue to be supported even if not enhanced more. However VDKCanvas is not really deprecated, simply VDKDrawingArea is a better widget, much powerfull and easy to use |
VDKDrawTool | This class and subclasses provid customized drawing tools for VDKDrawingArea widget |
VDKEditor | Provides a nice source editor wrapping Mike Hammerson GtkSourceView. Editor provides:
- syntax higlighting
- undo capability
- parenthesis matching
- word completion
|
VDKEntry | This class provides a gtkentry wrapper |
VDKEventBox | |
VDKFileChooser | Provides a wrap for GtkFileChooser widget |
VDKFileDialog | Provides a file selection modal window that supports multiple file selection |
VDKFileIconDialog | Provides a file dialog with file icons |
VDKFileSaveAsDialog | This class is a file "SaveAs" selection modal window |
VDKFileSel | Wraps GtkFileSelection |
VDKFixed | This class wraps gtkfixed container |
VDKFocusEvent | Baseclass for FocusEvents |
VDKFont | Provides a raw font |
VDKForm | VDKForm widgets, generally the outermost widget container |
VDKFrame | This class wraps a gtkframe widget |
VDKGeometryEvent | Indicates a change of the widgets geometry |
VDKHandleBox | This class provides a gtkhandle box wrapper |
VDKHeap< T > | Provide a templatized Heap |
VDKHLButton | (HL stands for HighLighted) this class provides a button that behaves like Netscape buttons, it highlights when mouse is over. Parent class API left unchanged. This widget can be used alone or packed into a VDKHLButtonBar |
VDKImage | Provides an image widget This widget should substitute VDKPixmap object that from now should be considered deprecated |
VDKInputChannel | This class allows you to monitor inputs from one or more file descriptors and define member function(s) to be called whenever some activity is detected on that file descriptor |
VDKKeyEvent | This class represents the data associated with a keypress or keyrelease event |
VDKKeyFocusEvent | This event tells you if an VDKObject has lost or got the keyboradfocus |
VDKLabel | Provides a gtklabel wrapper |
VDKLineChart | |
VDKList< T > | Provides a reference semantic double linked list |
VDKListiterator< T > | Provides a VDKList iterator |
VDKMapEvent | This event is emitted whenever the widget toggels it's state from being hidden or unhidden or partial hidden |
VDKMenu | Provides a menu items container |
VDKMenubar | Provides a gtkmenubar wrapper |
VDKMenuItem | Provides a menu item |
VDKMouseEvent | This provides you the baseinformation about the mousepointer |
VDKMouseFocusEvent | This event tells you if an VDKObject has lost or got the mousefocus |
VDKNotCopyAble | Hierarchy root class |
VDKNotebook | Provides a notebook widget |
VDKObject | |
VDKObjectContainer | Containers base class |
VDKObjectEventUnit | |
VDKObjectSignal | |
VDKObjectSignalUnit | |
VDKOptionMenu | |
PageList | Pages list of a notebook |
VDKPaintEvent | This event telles you which area of an object has to be redrawn |
VDKPaned | Provides a paned widget |
VDKPanelbar | Provides a status bar with one or more panel, each panel is a VDKLabel |
VDKPen | This class provides a Pen to customize drawing |
VDKPixbuf | Provides a raw image wrapping GdkPixbuf This class should in time substitute VDKRawPixmap that from now should be considered deprecated ven if will continue to be supported in earler versions of vdk 2.x series |
VDKPixmap | Provides a pixmap widget |
VDKPoint | Provides a simple point object |
VDKProgressBar | Provides a progress bar widget |
VDKRadioButton | Provides a radio button |
VDKRadioButtonGroup | Providesa radio button group |
VDKRawObject | Provides a base class for derived raw objects |
VDKRawPixmap | Provides a raw pixmap |
VDKRect | Provides a simple rectangle object |
VDKRgb | Provides a simple RGB color structure |
VDKScatteredChart | |
VDKScrolled | This calls provides a scrolled container widget |
VDKSeparator | Provides a separator widget |
Series | Is a list of 2D points with some propreties and behaviours added |
VDKSlider | Provides a slider or "scale" widget |
VDKSpinButton | Provides a spin button widget |
VDKStatusbar | Provides a statubar widget. Differently from gtkstatusbar VDKStatusbar does not handle context, each statusbar has is own context |
VDKString | Implements famous cont referenced string objects |
VDKTable | Provides a table widget |
VDKTabpage | This class represents a single page of a notebook widget |
VDKTextBuffer | Provides a gtk+ gtktextbuffer wrapper |
VDKTextView | Provides a gtk+ gtktextview wrapper. This widget works under a buffer-view model, text buffer take care of changes and text view of displaying. Any change to text buffer will reflect automagically into text view. This widget substitutes old VDKText used on vdkbuilder version <= 1.2.5 and now deprecated even if will remain in use on earlier versions of VDK 2.0 series |
VDKThread | This class provides a simple thread implementation Actually is supported only POSIX THREAD |
VDKTimer | Provides a timer |
VDKToolbar | Provides a GtkToobar wrapper |
VDKTooltip | Provides a tooltip |
VDKTreeView | Provides a wrapper for GtkTreeView widget |
VDKTreeViewColumn | Provides a wrapper for GtkTreeColumn |
VDKTreeViewIter | Provides a wrapper for GtkTreeIter |
VDKTreeViewModel | Provides a wrapper for GtkTreeModel basically it stores data to be viewed with a VDKTreeView |
VDKTreeViewModelTuple | |
Tuple | |
VDKValueItem< T > | All properties private |
VDKValueList< T > | Templatized double-linked list |
VDKValueListIterator< T > | VDKValueList iterator |