MCPcopy Create free account
hub / github.com/Kitware/CMake / GetForm

Method GetForm

Source/CursesDialog/cmCursesForm.h:54–54  ·  view source on GitHub ↗

Description: Return the FORM. Should be only used by low-level methods.

Source from the content-addressed store, hash-verified

52 // Description:
53 // Return the FORM. Should be only used by low-level methods.
54 FORM* GetForm() { return this->Form; }
55
56 static cmCursesForm* CurrentForm;
57

Callers 4

OnTabMethod · 0.80
OnReturnMethod · 0.80
OnTypeMethod · 0.80
HandleInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected