HOpSelectAreaOOC.h
void HC_Control_Update_By_Key(Key key, char const *options)
Definition: HSelectionSetOOC.h:77
virtual int OnLButtonUp(HEventInfo &hevent)
void HC_Set_Driver_Options(char const *list)
The HSelectionSet class manages a list of selected items.
Definition: HSelectionSet.h:66
int HC_Inspect_Proxies(Key out_keys[], int n_out_keys)
virtual int OnLButtonDown(HEventInfo &hevent)
void AddRectangleWindow(ooc::Point const &min, ooc::Point const &max)
Definition: HSelectionSetOOC.h:408
auto SynchronizeWith(Func const &task) -> decltype(task())
Definition: HSelectionSetOOC.h:436
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:60
void HC_Open_Segment_By_Key(Key key)
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
virtual int OnLButtonUp(HEventInfo &e)
Definition: HOpSelectAreaOOC.h:82
virtual int OnLButtonDown(HEventInfo &e)
Definition: HOpSelectAreaOOC.h:69
HOpSelectAreaOOC(HBaseView &view)
Definition: HOpSelectAreaOOC.h:45
HBaseView * GetView()
Returns a pointer to the view that this operator is associated with.
Definition: HBaseOperator.h:103
void HC_Close_Segment(void)
The HOpSelectArea class computes a selection list for objects inside a rectangular area...
Definition: HOpSelectArea.h:38
Definition: HOpSelectAreaOOC.h:40