DoopelPonger
|
Data class used to tell the UIKeyboardController which text objects should be scrolled though/activated by the mouse. More...
Public Member Functions | |
UIKeyboardControllerContext (UIKeyboardControllerContextManager.UIKeyboardControllerContextName contextName, UIKeyboardControllerContextManager.UIKeyboardControllerContextName previousContextName, UITextController[] textControllers, int currentTextControllerIndex) | |
UITextController | GetCurrentTextController () |
void | IncrementIndexCount () |
Change the selected text controller to be the next object. More... | |
void | DecrementIndexCount () |
Change the selected text controller to be the previous object. More... | |
bool | IsTextControllerInContext (UITextController controller) |
Check if the provided UITextController is in this context. More... | |
bool | HasPreviouscontext () |
This method makes the assumption that if the previous context name is the same as this context name, then there is no way to go back. More... | |
Data class used to tell the UIKeyboardController which text objects should be scrolled though/activated by the mouse.
UIKeyboardControllerContext.UIKeyboardControllerContext | ( | UIKeyboardControllerContextManager.UIKeyboardControllerContextName | contextName, |
UIKeyboardControllerContextManager.UIKeyboardControllerContextName | previousContextName, | ||
UITextController [] | textControllers, | ||
int | currentTextControllerIndex | ||
) |
void UIKeyboardControllerContext.DecrementIndexCount | ( | ) |
Change the selected text controller to be the previous object.
UITextController UIKeyboardControllerContext.GetCurrentTextController | ( | ) |
bool UIKeyboardControllerContext.HasPreviouscontext | ( | ) |
This method makes the assumption that if the previous context name is the same as this context name, then there is no way to go back.
void UIKeyboardControllerContext.IncrementIndexCount | ( | ) |
Change the selected text controller to be the next object.
bool UIKeyboardControllerContext.IsTextControllerInContext | ( | UITextController | controller | ) |
Check if the provided UITextController is in this context.
controller | Text object that needs to be verified. |
UIKeyboardControllerContextManager.UIKeyboardControllerContextName UIKeyboardControllerContext.contextName |
The context name of this object.
int UIKeyboardControllerContext.currentTextControllerIndex |
Index into the textControllers of the currently highlighted item.
UIKeyboardControllerContextManager.UIKeyboardControllerContextName UIKeyboardControllerContext.previousContextName |
If the menu needs to go back, what is the previous context the menus should go back to.
UITextController [] UIKeyboardControllerContext.textControllers |
All the text objects in the current menu.