#include "oofync.h"
#include "oofios.h"
#include <UModalDialogs.h>
#include <UReanimator.h>
#include <URegistrar.h>
#include <LStream.h>
#include <UAttachments.h>
#include <PP_Messages.h>
#include <LGADialog.h>
#include <PP_Types.h>
#include <LPushButton.h>
#include <LAMPushButtonImp.h>
#include <LGAPushButtonImp.h>
#include <LStaticText.h>
#include <LAMStaticTextImp.h>
#include <LGAStaticTextImp.h>
#include <LPicture.h>
#include <LAMControlImp.h>
#include <LGAPictureControlImp.h>
#include <Sound.h>
#include <assert.h>
Include dependency graph for oofppyn.cpp:

Classes | |
| class | CYNCDlg |
| PowerPlant dialog class for equivalent to Windows MessageBox. More... | |
Defines | |
| #define | PPob_YNCDlgID 29001 |
| #define | RidL_YNCDlgID 29001 |
| #define | PARENT_DIALOGBOXCLASS LGADialog |
| #define | RegisterClasses(AbstractClass, AMImpClass, GAImpClass) |
| #define | YNC_DIALOG ((CYNCDlg*) theDialog.GetDialog()) |
Variables | |
| const CommandT | cmdBtn1Click = 'btn1' |
| const CommandT | cmdBtn2Click = 'btn2' |
| const CommandT | cmdBtn3Click = 'btn3' |
|
|
|
|
|
|
|
|
Value: RegisterClass_(AbstractClass); \
if (useAppearance) { \
RegisterClassID_(AMImpClass, AbstractClass::imp_class_ID); \
} else { \
RegisterClassID_(GAImpClass, AbstractClass::imp_class_ID); \
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5