GME
13
|
Go to the source code of this file.
Classes | |
class | XStr |
Defines | |
#define | MIN_ZOOM_RECT 12 |
#define | PANNING_RATIO_MIN 4 |
#define | LOGOSIZE 64 |
#define | X(str) XStr(str).unicodeForm() |
Functions | |
void | MoveReferenceWithRefportConnectionsAndWriteToConsole (IMgaFCO *target, IMgaReference *ref) |
static int | CountDeriveds (IMgaFCOPtr archetype) |
static bool | AskDeleteArcheType (IMgaFCOPtr obj) |
static bool | CanReverseConnection (CString &srcKind, CString &dstKind, IMgaMetaConnectionPtr &meta) |
bool | areConnsForSels (CGuiObjectList &p_sels, bool p_inOrOut) |
bool | areConnsForPort (CGuiPort *p_contextPort, bool p_inOrOut) |
Variables | |
CGraphics | graphics |
static CViewList | viewsToKill |
static wchar_t * | ObjTypeName [] |
#define LOGOSIZE 64 |
Definition at line 1197 of file Gme/GMEView.cpp.
#define MIN_ZOOM_RECT 12 |
Definition at line 60 of file Gme/GMEView.cpp.
#define PANNING_RATIO_MIN 4 |
Definition at line 737 of file Gme/GMEView.cpp.
bool areConnsForPort | ( | CGuiPort * | p_contextPort, |
bool | p_inOrOut | ||
) |
Definition at line 8656 of file Gme/GMEView.cpp.
bool areConnsForSels | ( | CGuiObjectList & | p_sels, |
bool | p_inOrOut | ||
) |
Definition at line 8645 of file Gme/GMEView.cpp.
static bool AskDeleteArcheType | ( | IMgaFCOPtr | obj | ) | [static] |
Definition at line 3373 of file Gme/GMEView.cpp.
static bool CanReverseConnection | ( | CString & | srcKind, |
CString & | dstKind, | ||
IMgaMetaConnectionPtr & | meta | ||
) | [static] |
Definition at line 8118 of file Gme/GMEView.cpp.
static int CountDeriveds | ( | IMgaFCOPtr | archetype | ) | [static] |
Definition at line 79 of file Gme/GMEView.cpp.
void MoveReferenceWithRefportConnectionsAndWriteToConsole | ( | IMgaFCO * | target, |
IMgaReference * | ref | ||
) |
Definition at line 23 of file CSGUIInterop.cpp.
Definition at line 54 of file Gme/GMEView.cpp.
wchar_t* ObjTypeName[] [static] |
{ L"Null", L"Model", L"Atom", L"Reference", L"Connection", L"Set", L"Folder", L"Aspect", L"Role", L"Attribute", L"Part", }
Definition at line 105 of file Gme/GMEView.cpp.
CViewList viewsToKill [static] |
Definition at line 55 of file Gme/GMEView.cpp.