Kaydet (Commit) e85b4e85 authored tarafından Miklos Vajna's avatar Miklos Vajna

document SwPaM::SetMark()

Change-Id: I2a57cdea7e952c52f5ee93466a7b81da73b75a7c
üst 55b7d15a
......@@ -208,6 +208,7 @@ public:
inline bool IsInFrontOfLabel() const { return m_bIsInFrontOfLabel; }
inline void _SetInFrontOfLabel( bool bNew ) { m_bIsInFrontOfLabel = bNew; }
/// Unless this is called, the getter method of Mark will return Point.
virtual void SetMark();
void DeleteMark()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment