navigate Logo

Getting Started

  • Quick Start Guide
  • Software Installation
  • I Want To…

User Guide

  • Supported Hardware
  • Supported File Formats
  • User Interface Walkthrough
  • Setting Up A Microscope
  • Acquiring Data
  • Case Studies

Development

  • Contributing Guidelines
  • Developer Install
  • Software Architecture
  • Feature Container
  • REST-API
  • Plugin Architecture

Troubleshooting & Known Issues

  • Troubleshooting
  • Known Issues

Plugins

  • navigate Plugin Template
  • navigate Confocal Projection
  • navigate at Scale
  • navigate Constant Velocity Acquisition
  • navigate MMCore
  • navigate ilastik Server
  • navigate Photoactivation

Reference

  • Implemented Microscopes
  • Software API
navigate
  • navigate.controller.sub_controllers.menus.FakeEvent
  • View page source

navigate.controller.sub_controllers.menus.FakeEvent

class navigate.controller.sub_controllers.menus.FakeEvent(char=None, keysym=None)

Bases: object

Fake event class for keyboard shortcuts

__init__(char=None, keysym=None)

Initialize FakeEvent

Parameters:
  • char (str) – The character that was pressed.

  • keysym (str) – The key that was pressed.

Methods

__init__([char, keysym])

Initialize FakeEvent

Attributes

char

The character that was pressed.

keysym

The key that was pressed.

state

The state of the keyboard.

char

The character that was pressed.

Type:

str

keysym

The key that was pressed.

Type:

str

state

The state of the keyboard.

Type:

int


© Copyright 2025, Dean Lab, UT Southwestern Medical Center.