UIInterpreter.UIInterpreter Class Reference

#include <class_u_i_interpreter_1_1_u_i_interpreter.h>

Inheritance diagram for UIInterpreter.UIInterpreter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  __init__ ()
  setShowBorders ()
  isShowBorders ()
  tick ()
  Remember that since this method is invoked by a timer it is called from a different thread.
  hideTooltip ()
  updateTooltipCallback ()
  ExitByEscape ()
  ToggleWindowBorders ()
  UI_DISPLAY_POPUP_MENU ()
  UI_DEFER_POPUP_MENU ()
  UI_OPEN_INPUT_DIALOG ()
  UI_CONFIRM_DIALOGS_ENABLE ()
  UI_CONFIRM_DIALOG ()
  UI_CONFIRM_DIALOG_CALLBACK ()
  UI_RENAME_IN_PLACE ()
  UI_NUMERICAL_INPUT_IN_PLACE ()
  UI_NUMERICAL_LENGTH_INPUT_IN_PLACE ()
  UI_EDIT_SEARCH ()
  UI_BROWSER_OPEN ()
  UI_TOOLTIP_ENABLE ()
  UI_TOOLTIP ()
  STARTUP ()
  SHUTDOWN ()
  APPLICATION_LOAD_PREFERENCES ()
  APPLICATION_LOAD_SCENE ()
  DOCUMENT_LOADED ()
  DOCUMENT_STATUS_CHANGED ()
  DOCUMENT_LOAD_FAILED ()
  APPLICATION_SCENE_SAVED ()
  APPLICATION_SAVE_SCENE_FAILED ()
  APPLICATION_SCENE_IMPORTED ()
  APPLICATION_IMPORT_SCENE_FAILED ()
  APPLICATION_SCENE_EXPORTED ()
  APPLICATION_CLOSE_SCENE ()
  WINDOW_SET_SIZE ()
  EVENT_STATS_CHANGED ()
  CUSTOM_UI_ADD ()
  CUSTOM_UI_SET_VISIBILITY ()
  CUSTOM_UI_ACTIVATE ()
  CUSTOM_UI_SET_LAYOUT ()
  APPLICATION_MODE_CHANGED ()
  SCREEN_SET_MODE ()
  WINDOW_SHOW_BORDERS ()
  APPLICATION_SAVE_SCENE ()
  APPLICATION_SAVE_SCENE_WITH_TEXTURES ()
  APPLICATION_INTERACTION_MODE_CHANGED ()
  STATUSBAR_SET_TEXT ()
  BROWSER_NAVIGATE_URL ()
  OPEN_HELP_TOPIC ()
  CUSTOM_UI_LAYOUT_CHANGED ()
  CUSTOM_UI_ADDED ()
  CUSTOM_UI_ACTIVATED ()
  CUSTOM_UI_SASH_SIZE ()
  CLIENT_CONNECTION_STATUS ()
  UI_PROGRESS_BAR_START ()
  UI_PROGRESS_BAR_CANCEL ()
  UI_PROGRESS_BAR_FINISH ()
  MATERIAL_OCCLUSION_COMPUTE_STARTED ()
  MATERIAL_OCCLUSION_COMPUTE_CANCELLED ()
  MATERIAL_OCCLUSION_COMPUTE_FINISHED ()
  ENVIRONMENT_IBL_IMAGES_CREATE_STARTED ()
  ENVIRONMENT_IBL_IMAGES_CREATE_CANCELLED ()
  ENVIRONMENT_IBL_IMAGES_CREATE_FINISHED ()
  DISPLAY_VIEWPORT_SPLIT_CHANGED ()
  UI_ENABLE_MENUBAR ()
  QUIT ()
  FRAME_SYNCHRONIZE_END ()
  INITIALIZATION_COMPLETE ()
  MANIPULATOR_ENABLE_STATUS_CHANGED ()
  AUTOCAM_ACTIVATE_TOOL ()
  UI_FIRST_EXPERIENCE ()
  SET_VIEWER_WINDOW ()

Member Function Documentation

UIInterpreter.UIInterpreter.__init__ ( )
UIInterpreter.UIInterpreter.setShowBorders ( )
UIInterpreter.UIInterpreter.isShowBorders ( )
UIInterpreter.UIInterpreter.tick ( )

Remember that since this method is invoked by a timer it is called from a different thread.

This means in general that this method must be thread safe. Typically it will just trigger a redraw or queue a message.

Reimplemented from MessageInterpreter.MessageInterpreter.

UIInterpreter.UIInterpreter.hideTooltip ( )
UIInterpreter.UIInterpreter.updateTooltipCallback ( )
UIInterpreter.UIInterpreter.ExitByEscape ( )
UIInterpreter.UIInterpreter.ToggleWindowBorders ( )
UIInterpreter.UIInterpreter.UI_DISPLAY_POPUP_MENU ( )
UIInterpreter.UIInterpreter.UI_DEFER_POPUP_MENU ( )
UIInterpreter.UIInterpreter.UI_OPEN_INPUT_DIALOG ( )
UIInterpreter.UIInterpreter.UI_CONFIRM_DIALOGS_ENABLE ( )
UIInterpreter.UIInterpreter.UI_CONFIRM_DIALOG ( )
UIInterpreter.UIInterpreter.UI_CONFIRM_DIALOG_CALLBACK ( )
UIInterpreter.UIInterpreter.UI_RENAME_IN_PLACE ( )
UIInterpreter.UIInterpreter.UI_NUMERICAL_INPUT_IN_PLACE ( )
UIInterpreter.UIInterpreter.UI_NUMERICAL_LENGTH_INPUT_IN_PLACE ( )
UIInterpreter.UIInterpreter.UI_EDIT_SEARCH ( )
UIInterpreter.UIInterpreter.UI_BROWSER_OPEN ( )
UIInterpreter.UIInterpreter.UI_TOOLTIP_ENABLE ( )
UIInterpreter.UIInterpreter.UI_TOOLTIP ( )
UIInterpreter.UIInterpreter.STARTUP ( )
UIInterpreter.UIInterpreter.SHUTDOWN ( )
UIInterpreter.UIInterpreter.APPLICATION_LOAD_PREFERENCES ( )
UIInterpreter.UIInterpreter.APPLICATION_LOAD_SCENE ( )
UIInterpreter.UIInterpreter.DOCUMENT_LOADED ( )
UIInterpreter.UIInterpreter.DOCUMENT_STATUS_CHANGED ( )
UIInterpreter.UIInterpreter.DOCUMENT_LOAD_FAILED ( )
UIInterpreter.UIInterpreter.APPLICATION_SCENE_SAVED ( )
UIInterpreter.UIInterpreter.APPLICATION_SAVE_SCENE_FAILED ( )
UIInterpreter.UIInterpreter.APPLICATION_SCENE_IMPORTED ( )
UIInterpreter.UIInterpreter.APPLICATION_IMPORT_SCENE_FAILED ( )
UIInterpreter.UIInterpreter.APPLICATION_SCENE_EXPORTED ( )
UIInterpreter.UIInterpreter.APPLICATION_CLOSE_SCENE ( )
UIInterpreter.UIInterpreter.WINDOW_SET_SIZE ( )
UIInterpreter.UIInterpreter.EVENT_STATS_CHANGED ( )
UIInterpreter.UIInterpreter.CUSTOM_UI_ADD ( )
UIInterpreter.UIInterpreter.CUSTOM_UI_SET_VISIBILITY ( )
UIInterpreter.UIInterpreter.CUSTOM_UI_ACTIVATE ( )
UIInterpreter.UIInterpreter.CUSTOM_UI_SET_LAYOUT ( )
UIInterpreter.UIInterpreter.APPLICATION_MODE_CHANGED ( )
UIInterpreter.UIInterpreter.SCREEN_SET_MODE ( )
UIInterpreter.UIInterpreter.WINDOW_SHOW_BORDERS ( )
UIInterpreter.UIInterpreter.APPLICATION_SAVE_SCENE ( )
UIInterpreter.UIInterpreter.APPLICATION_SAVE_SCENE_WITH_TEXTURES ( )
UIInterpreter.UIInterpreter.APPLICATION_INTERACTION_MODE_CHANGED ( )
UIInterpreter.UIInterpreter.STATUSBAR_SET_TEXT ( )
UIInterpreter.UIInterpreter.BROWSER_NAVIGATE_URL ( )
UIInterpreter.UIInterpreter.OPEN_HELP_TOPIC ( )
UIInterpreter.UIInterpreter.CUSTOM_UI_LAYOUT_CHANGED ( )
UIInterpreter.UIInterpreter.CUSTOM_UI_ADDED ( )
UIInterpreter.UIInterpreter.CUSTOM_UI_ACTIVATED ( )
UIInterpreter.UIInterpreter.CUSTOM_UI_SASH_SIZE ( )
UIInterpreter.UIInterpreter.CLIENT_CONNECTION_STATUS ( )
UIInterpreter.UIInterpreter.UI_PROGRESS_BAR_START ( )
UIInterpreter.UIInterpreter.UI_PROGRESS_BAR_CANCEL ( )
UIInterpreter.UIInterpreter.UI_PROGRESS_BAR_FINISH ( )
UIInterpreter.UIInterpreter.MATERIAL_OCCLUSION_COMPUTE_STARTED ( )
UIInterpreter.UIInterpreter.MATERIAL_OCCLUSION_COMPUTE_CANCELLED ( )
UIInterpreter.UIInterpreter.MATERIAL_OCCLUSION_COMPUTE_FINISHED ( )
UIInterpreter.UIInterpreter.ENVIRONMENT_IBL_IMAGES_CREATE_STARTED ( )
UIInterpreter.UIInterpreter.ENVIRONMENT_IBL_IMAGES_CREATE_CANCELLED ( )
UIInterpreter.UIInterpreter.ENVIRONMENT_IBL_IMAGES_CREATE_FINISHED ( )
UIInterpreter.UIInterpreter.DISPLAY_VIEWPORT_SPLIT_CHANGED ( )
UIInterpreter.UIInterpreter.UI_ENABLE_MENUBAR ( )
UIInterpreter.UIInterpreter.QUIT ( )
UIInterpreter.UIInterpreter.FRAME_SYNCHRONIZE_END ( )
UIInterpreter.UIInterpreter.INITIALIZATION_COMPLETE ( )
UIInterpreter.UIInterpreter.MANIPULATOR_ENABLE_STATUS_CHANGED ( )
UIInterpreter.UIInterpreter.AUTOCAM_ACTIVATE_TOOL ( )
UIInterpreter.UIInterpreter.UI_FIRST_EXPERIENCE ( )
UIInterpreter.UIInterpreter.SET_VIEWER_WINDOW ( )

UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter
UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter UIInterpreter.UIInterpreter