Led 3.0 Class Library Documentation

Module SimpleLed


Classes and Global Functions Index

Module Description:

SimpleLed.


Class: LedDialogText [public]

Base Classes: SimpleLedWordProcessor
Description:

Very similar to class Led. But with a few class-library-specific twists to make it easier to embed the Led view into a dialog. Not really needed. But if you are having trouble getting your Led-based view working in a dialog, you may want to try, or at least look at this code.


Class: SimpleLedLineEditor [public]

Base Classes: Led_MFC, Led_PP, SimpleTextInteractor
Description:

Led is a concrete editor class. You can directly instantiate and use this one. Or mix and match various component classes to make your own editor with the features you need. This is really only intended for use as a 'quick start' to using Led. You will probably want to directly use the base classes of Led, or various other components directly, once you get the hang of using Led.

NB: if you are using PowerPlant, be sure to somehow arrange for "PP_Prefix.h" to be included before this file is (since thats where __PowerPlant__ is defined). Typically this will be done via the precompiled header prefix file.


Class: SimpleLedWordProcessor [public]

Base Classes: Led_MFC, Led_PP, WordProcessor
Description:

Led is a concrete editor class. You can directly instantiate and use this one. Or mix and match various component classes to make your own editor with the features you need. This is really only intended for use as a 'quick start' to using Led. You will probably want to directly use the base classes of Led, or various other components directly, once you get the hang of using Led.

NB: if you are using PowerPlant, be sure to somehow arrange for "PP_Prefix.h" to be included before this file is (since thats where __PowerPlant__ is defined). Typically this will be done via the precompiled header prefix file.


Return to Led Page Return to Led ClassLib Documentation Index Return to Led Reference Manual Index
Last Updated 2001-10-20