wxRectTracker
Classes | Enumerations
LineTracker.h File Reference
#include <wx/wx.h>
#include "RectTracker.h"

Go to the source code of this file.

Classes

class  wxLineTracker
 wxLineTracker control More...

Enumerations

enum  RT_LINE_HANDLER {
  RT_LINE_HANDLER_OUTSIDE = -1, RT_LINE_HANDLER_NONE = 0, RT_LINE_HANDLER_BEGIN = 1, RT_LINE_HANDLER_END = 2,
  RT_LINE_HANDLER_ON_LINE = 3
}
 Handler position enum. More...
enum  RT_LINE_MASK { RT_LINE_MASK_NONE = 0x00, RT_LINE_MASK_BEGIN = 0x01, RT_LINE_MASK_END = 0x02, RT_LINE_MASK_ALL = 0xFF }
 Mask to use with SetHandlerMask() to specify which handlers will be displayed. More...

Enumeration Type Documentation

Handler position enum.

Enumerator:
RT_LINE_HANDLER_OUTSIDE 
RT_LINE_HANDLER_NONE 
RT_LINE_HANDLER_BEGIN 
RT_LINE_HANDLER_END 
RT_LINE_HANDLER_ON_LINE 

Definition at line 18 of file LineTracker.h.

Mask to use with SetHandlerMask() to specify which handlers will be displayed.

Enumerator:
RT_LINE_MASK_NONE 

Use this to hide handlers.

RT_LINE_MASK_BEGIN 
RT_LINE_MASK_END 
RT_LINE_MASK_ALL 

Use this to show all handlers (default).

Definition at line 28 of file LineTracker.h.