Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

pda_listctrl.h File Reference

Describes pda_listctrl class. More...

#include "plucker_defines.h"
#include "wx/listctrl.h"

Go to the source code of this file.


Compounds

class   pda_listctrl

Enumerations

enum   {
  optionIS_USERS_LISTCTRL = 1,
  optionIS_DIRECTORIES_LISTCTRL = 2
}
enum   {
  USER_NAME_COLUMN = 0,
  RAM_OR_CARD_COLUMN,
  DIRECTORY_ON_CARD_COLUMN
}
  Columns of the pda_listctrl. More...


Detailed Description

Describes pda_listctrl class.
Modified by:
Copyright:
(c) Robert O'Connor ( rob@medicalmnemonics.com )
Licence:
GPL
Author:
Robert O'Connor
Date:
2002/01/03

Enumeration Type Documentation

anonymous enum
 
Enumeration values:
optionIS_USERS_LISTCTRL  Whether user or directories listctrl ( since different number of columns ).
anonymous enum
 

Columns of the pda_listctrl.

Allows easier code maintenance if want to add/rearrangement of listctrl's columns. Shared between pda_listctrl and exclusion_dialog, so brought outside of class.