rofi 1.7.7
ViewGlobal
Collaboration diagram for ViewGlobal:

Functions

RofiViewStaterofi_view_get_active (void)
 
void rofi_view_set_active (RofiViewState *state)
 
void rofi_view_remove_active (RofiViewState *state)
 
int rofi_view_error_dialog (const char *msg, int markup)
 
void rofi_view_queue_redraw (void)
 
void rofi_view_cleanup (void)
 
Moderofi_view_get_mode (RofiViewState *state)
 
void rofi_view_hide (void)
 
void rofi_view_reload (void)
 
void rofi_view_switch_mode (RofiViewState *state, Mode *mode)
 
void rofi_view_set_overlay (RofiViewState *state, const char *text)
 
void rofi_view_clear_input (RofiViewState *state)
 
void __create_window (MenuFlags menu_flags)
 
xcb_window_t rofi_view_get_window (void)
 

Detailed Description

Global menu view functions. These do not work on the view itself but modifies the global state.

Function Documentation

◆ __create_window()

void __create_window ( MenuFlags menu_flags)

◆ rofi_view_cleanup()

void rofi_view_cleanup ( void )

Cleanup internal data of the view.

Definition at line 2624 of file view.c.

References CacheState, _xcb_stuff::connection, input_history_save(), map, rofi_xcb_revert_input_focus(), xcb, and xcb_stuff_set_clipboard().

Referenced by teardown().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rofi_view_clear_input()

void rofi_view_clear_input ( RofiViewState * state)
Parameters
stateThe handle to the view.

Clears the user entry box, set selected to 0.

Definition at line 2753 of file view.c.

References rofi_view_set_selected_line(), RofiViewState::text, and textbox_text().

Referenced by process_result().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rofi_view_error_dialog()

◆ rofi_view_get_active()

RofiViewState * rofi_view_get_active ( void )

◆ rofi_view_get_mode()

Mode * rofi_view_get_mode ( RofiViewState * state)
Parameters
stateThe handle to the view

Get the mode currently displayed by the view.

Returns
the mode currently displayed by the view

Definition at line 2737 of file view.c.

References RofiViewState::sw.

Referenced by dmenu_finalize().

Here is the caller graph for this function:

◆ rofi_view_get_window()

xcb_window_t rofi_view_get_window ( void )

Get the handle of the main window.

Returns
the xcb_window_t for rofi's view or XCB_WINDOW_NONE.

Definition at line 2793 of file view.c.

References CacheState.

Referenced by main_loop_x11_event_handler_view().

Here is the caller graph for this function:

◆ rofi_view_hide()

void rofi_view_hide ( void )

Unmap the current view.

Definition at line 2616 of file view.c.

References CacheState, _xcb_stuff::connection, display_early_cleanup(), rofi_xcb_revert_input_focus(), and xcb.

Here is the call graph for this function:

◆ rofi_view_queue_redraw()

void rofi_view_queue_redraw ( void )

Queue a redraw. This triggers a X11 Expose Event.

Definition at line 593 of file view.c.

References CacheState, current_active_menu, and rofi_view_repaint().

Referenced by rofi_view_reload_idle(), rofi_view_set_active(), rofi_view_set_overlay(), rofi_view_update(), and textbox_blink().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rofi_view_reload()

void rofi_view_reload ( void )

Indicate the current view needs to reload its data. This can only be done when more information is available.

The reloading happens 'lazy', multiple calls might be handled at once.

Definition at line 586 of file view.c.

References CacheState, and rofi_view_reload_idle().

Referenced by dmenu_async_read_proc(), recursive_browser_async_read_proc(), and rofi_icon_fetcher_worker().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rofi_view_remove_active()

void rofi_view_remove_active ( RofiViewState * state)
Parameters
stateremove view handle.

remove state handle from queue, if current view, pop view from stack.

Definition at line 609 of file view.c.

References CacheState, current_active_menu, and rofi_view_set_active().

Referenced by process_result().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rofi_view_set_active()

void rofi_view_set_active ( RofiViewState * state)
Parameters
statethe new active view handle.

Set the current active view Handle, If NULL passed a queued view is popped from stack.

Definition at line 616 of file view.c.

References CacheState, current_active_menu, rofi_view_queue_redraw(), and rofi_view_window_update_size().

Referenced by dmenu_finish(), dmenu_mode_dialog(), rofi_view_error_dialog(), rofi_view_remove_active(), and run_mode_index().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rofi_view_set_overlay()

void rofi_view_set_overlay ( RofiViewState * state,
const char * text )
Parameters
stateThe handle to the view
textAn UTF-8 encoded character array with the text to overlay.

Overlays text over the current view. Passing NULL for text hides the overlay.

Definition at line 2739 of file view.c.

References RofiViewState::list_view, RofiViewState::overlay, rofi_view_queue_redraw(), textbox_text(), WIDGET, widget_disable(), and widget_enable().

Referenced by dmenu_async_read_proc(), dmenu_finalize(), dmenu_mode_dialog(), and recursive_browser_async_read_proc().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rofi_view_switch_mode()

void rofi_view_switch_mode ( RofiViewState * state,
Mode * mode )
Parameters
stateThe handle to the view
modeThe new mode to display

Change the current view to show a different mode.

Definition at line 2765 of file view.c.

References HIGHLIGHT, mode_get_display_name(), RofiViewState::modes, NORMAL, RofiViewState::num_modes, RofiViewState::prompt, RofiViewState::refilter, RofiViewState::reload, rofi_get_mode(), rofi_view_refilter_force(), rofi_view_restart(), rofi_view_set_window_title(), rofi_view_update(), rofi_view_update_prompt(), RofiViewState::sidebar_bar, RofiViewState::sw, and textbox_font().

Referenced by process_result().

Here is the call graph for this function:
Here is the caller graph for this function: