Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXComboTableItem Class Reference

Combobox Item. More...

#include <FXTable.h>

Inheritance diagram for FX::FXComboTableItem:

FX::FXTableItem FX::FXObject

List of all members.

Public Member Functions

 FXComboTableItem (const FXString &text, FXIcon *ic=NULL, void *ptr=NULL)
virtual FXWindowgetControlFor (FXTable *table)
virtual void setFromControl (FXWindow *control)
void setSelections (const FXString &strings)
const FXStringgetSelections () const


Detailed Description

Combobox Item.

See also:


Constructor & Destructor Documentation

FX::FXComboTableItem::FXComboTableItem ( const FXString text,
FXIcon ic = NULL,
void *  ptr = NULL 
)

Construct new table item.


Member Function Documentation

virtual FXWindow* FX::FXComboTableItem::getControlFor ( FXTable table  )  [virtual]

Create input control for editing this item.

Reimplemented from FX::FXTableItem.

virtual void FX::FXComboTableItem::setFromControl ( FXWindow control  )  [virtual]

Set value from input control.

Reimplemented from FX::FXTableItem.

void FX::FXComboTableItem::setSelections ( const FXString strings  ) 

Set selections as newline-separated strings.

const FXString& FX::FXComboTableItem::getSelections (  )  const [inline]

Return selections.

Copyright © 1997-2005 Jeroen van der Zijp