MOOS 0.2375
Public Member Functions | Static Public Member Functions
CFLTKCheckList Class Reference

#include <FLTKCheckList.h>

List of all members.

Public Member Functions

 CFLTKCheckList (int X, int Y, int W, int H, const char *l)
void OnListCallBack ()
virtual void add_selection_style (Flv_Style &s, int R, int C)
void AddItem (const std::string &sStr, bool bInitialValue)
bool IsChecked (const std::string &sStr)
virtual int col_width (int C)
virtual void draw_cell (int Offset, int &X, int &Y, int &W, int &H, int R, int C)

Static Public Member Functions

static void ListCallback (CFLTKCheckList *pMe, void *)

Detailed Description

Definition at line 12 of file FLTKCheckList.h.


Constructor & Destructor Documentation

CFLTKCheckList::CFLTKCheckList ( int  X,
int  Y,
int  W,
int  H,
const char *  l 
) [inline]

Definition at line 17 of file FLTKCheckList.h.


Member Function Documentation

virtual void CFLTKCheckList::add_selection_style ( Flv_Style &  s,
int  R,
int  C 
) [inline, virtual]

Definition at line 57 of file FLTKCheckList.h.

void CFLTKCheckList::AddItem ( const std::string &  sStr,
bool  bInitialValue 
) [inline]

Definition at line 60 of file FLTKCheckList.h.

virtual int CFLTKCheckList::col_width ( int  C) [inline, virtual]

Definition at line 82 of file FLTKCheckList.h.

virtual void CFLTKCheckList::draw_cell ( int  Offset,
int &  X,
int &  Y,
int &  W,
int &  H,
int  R,
int  C 
) [inline, virtual]

Definition at line 101 of file FLTKCheckList.h.

bool CFLTKCheckList::IsChecked ( const std::string &  sStr) [inline]

Definition at line 67 of file FLTKCheckList.h.

static void CFLTKCheckList::ListCallback ( CFLTKCheckList pMe,
void *   
) [inline, static]

Definition at line 51 of file FLTKCheckList.h.

void CFLTKCheckList::OnListCallBack ( ) [inline]

Definition at line 40 of file FLTKCheckList.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines