-
Notifications
You must be signed in to change notification settings - Fork 7
::Edif
LB-- edited this page Nov 7, 2012
·
1 revision
This this the general namespace for all things EDIF. Some things are used internally, some are intended for you to use.
namespace | Edif | ::Edif |
---|---|---|
Signature | Name | Fully Qualified Name |
class | SDK | ::Edif::SDK |
class | Runtime | ::Edif::Runtime |
bool | ExternalJSON | ::Edif::ExternalJSON |
void (TCHAR *, TCHAR *) | GetSiblingPath | ::Edif::GetSiblingPath |
const int | DependencyNotFound | ::Edif::DependencyNotFound |
const int | DependencyWasFile | ::Edif::DependencyWasFile |
const int | DependencyWasResource | ::Edif::DependencyWasResource |
int (char *&, ::size_t &, const TCHAR *, int) | GetDependency | ::Edif::GetDependency |
TCHAR * (const char *) | ConvertString | ::Edif::ConvertString |
TCHAR * (TCHAR *, const char *, int) | ConvertAndCopyString | ::Edif::ConvertAndCopyString |
inline void (TCHAR *) | FreeString | ::Edif::FreeString |
TCHAR[] | LanguageCode | ::Edif::LanguageCode |
bool | IsEdittime | ::Edif::IsEdittime |
HMENU | ActionMenu | ::Edif::ActionMenu |
HMENU | ConditionMenu | ::Edif::ConditionMenu |
HMENU | ExpressionMenu | ::Edif::ExpressionMenu |
HMENU (int, const ::json_value &, HMENU) | LoadMenuJSON | ::Edif::LoadMenuJSON |
int (::mv *) void (::mv *, ::LPEDATA) |
Init | ::Edif::Init |
void (::mv *) void (::LPEDATA) |
Free | ::Edif::Free |
short (__stdcall )(::LPRDATA, long, long) | Action | ::Edif::Action |
long (__stdcall )(::LPRDATA, long, long) | Condition | ::Edif::Condition |
long (__stdcall )(::LPRDATA, long) | Expression | ::Edif::Expression |
inline int (int) | ActionID | ::Edif::ActionID |
inline int (int) | ConditionID | ::Edif::ConditionID |
inline int (int) | ExpressionID | ::Edif::ExpressionID |
template<typename T> inline void * (T) | MemberFunctionPointer | ::Edif::MemberFunctionPointer |