GME
13
|
#include <ModelGrid.h>
Public Member Functions | |
CModelGrid () | |
CGMEView * | GetSource () |
void | SetSource (CGMEView *vw) |
void | Clear () |
void | Set (CGuiObject *model, bool reset=FALSE, int aspIdx=-1) |
void | Reset (CGuiObject *model) |
bool | IsAvailable (CGuiObject *model, int aspIdx=-1) |
bool | GetClosestAvailable (CGuiObject *model, CRect &pt, int aspIdx=-1) |
bool | CanNudge (CGuiObject *model, int right, int down) |
Definition at line 4 of file ModelGrid.h.
Definition at line 10 of file ModelGrid.cpp.
bool CModelGrid::CanNudge | ( | CGuiObject * | model, |
int | right, | ||
int | down | ||
) |
Definition at line 238 of file ModelGrid.cpp.
void CModelGrid::Clear | ( | ) |
Definition at line 68 of file ModelGrid.cpp.
bool CModelGrid::GetClosestAvailable | ( | CGuiObject * | model, |
CRect & | pt, | ||
int | aspIdx = -1 |
||
) |
Definition at line 231 of file ModelGrid.cpp.
CGMEView* CModelGrid::GetSource | ( | ) | [inline] |
Definition at line 17 of file ModelGrid.h.
bool CModelGrid::IsAvailable | ( | CGuiObject * | model, |
int | aspIdx = -1 |
||
) |
Definition at line 212 of file ModelGrid.cpp.
void CModelGrid::Reset | ( | CGuiObject * | model | ) |
Definition at line 207 of file ModelGrid.cpp.
void CModelGrid::Set | ( | CGuiObject * | model, |
bool | reset = FALSE , |
||
int | aspIdx = -1 |
||
) |
Definition at line 196 of file ModelGrid.cpp.
void CModelGrid::SetSource | ( | CGMEView * | vw | ) | [inline] |
Definition at line 18 of file ModelGrid.h.