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

exclusion_listctrl.h File Reference

Describes exclusion_listctrl class. More...

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

Go to the source code of this file.


Compounds

class   exclusion_listctrl
  Listctrl used in the exclusion_dialog . More...


Enumerations

enum   {
  EXCLUSION_COLUMN = 0,
  ACTION_COLUMN,
  PRIORITY_COLUMN
}
  Columns of the exclusion dialog. More...


Detailed Description

Describes exclusion_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
 

Columns of the exclusion dialog.

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