include/workspace.h File Reference

#include "data.h"
#include "tree.h"
#include "randr.h"
Include dependency graph for workspace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Conworkspace_get (const char *num, bool *created)
 Returns a pointer to the workspace with the given number (starting at 0), creating the workspace if necessary (by allocating the necessary amount of memory and initializing the data structures correctly).
bool workspace_is_visible (Con *ws)
 Returns true if the workspace is currently visible.
void workspace_show (const char *num)
 Switches to the given workspace.
void workspace_next ()
 Focuses the next workspace.
void workspace_prev ()
 Focuses the previous workspace.
void workspace_update_urgent_flag (Con *ws)
 Goes through all clients on the given workspace and updates the workspace’s urgent flag accordingly.
void ws_force_orientation (Con *ws, orientation_t orientation)
 'Forces' workspace orientation by moving all cons into a new split-con with the same orientation as the workspace and then changing the workspace orientation.
Conworkspace_attach_to (Con *ws)
 Called when a new con (with a window, not an empty or split con) should be attached to the workspace (for example when managing a new window or when moving an existing window to the workspace level).

Function Documentation

Con* workspace_attach_to ( Con ws  ) 

Called when a new con (with a window, not an empty or split con) should be attached to the workspace (for example when managing a new window or when moving an existing window to the workspace level).

Depending on the workspace_layout setting, this function either returns the workspace itself (default layout) or creates a new stacked/tabbed con and returns that.

Definition at line 336 of file workspace.c.

References con_attach(), con_new(), config, Config::default_layout, Config::default_orientation, DLOG, Rect::height, HORIZ, Con::layout, Con::name, NO_ORIENTATION, Con::rect, VERT, and Rect::width.

Referenced by con_attach(), and insert_con_into().

Here is the call graph for this function:

Con* workspace_get ( const char *  num,
bool *  created 
)

Returns a pointer to the workspace with the given number (starting at 0), creating the workspace if necessary (by allocating the necessary amount of memory and initializing the data structures correctly).

If created is not NULL, *created will be set to whether or not the workspace has just been created.

Definition at line 20 of file workspace.c.

References con_attach(), con_get_output(), con_new(), config, croot, Config::default_orientation, DLOG, focused, FREE, GREP_FIRST, Rect::height, HORIZ, ipc_send_event(), LOG, Con::name, Workspace_Assignment::name, NO_ORIENTATION, Con::num, Con::orientation, Workspace_Assignment::output, output_get_content(), Con::rect, sstrdup(), TAILQ_FOREACH, Con::type, VERT, Rect::width, ws_assignments, and x_set_name().

Referenced by manage_window(), workspace_show(), and yyparse().

Here is the call graph for this function:

bool workspace_is_visible ( Con ws  ) 

Returns true if the workspace is currently visible.

Especially important for multi-monitor environments, as they can have multiple currenlty active workspaces.

Definition at line 94 of file workspace.c.

References con_get_fullscreen_con(), con_get_output(), LOG, and Workspace_Assignment::output.

Referenced by con_move_to_workspace(), handle_hints(), handle_unmap_notify_event(), init_ws_for_output(), IPC_HANDLER(), and workspace_show().

Here is the call graph for this function:

void workspace_next (  ) 

Focuses the next workspace.

Definition at line 238 of file workspace.c.

References con_get_workspace(), focused, Con::name, Con::parent, TAILQ_FIRST, TAILQ_NEXT, and workspace_show().

Referenced by yyparse().

Here is the call graph for this function:

void workspace_prev (  ) 

Focuses the previous workspace.

Definition at line 251 of file workspace.c.

References con_get_workspace(), focused, Con::name, Con::parent, TAILQ_LAST, TAILQ_PREV, and workspace_show().

Referenced by yyparse().

Here is the call graph for this function:

void workspace_show ( const char *  num  ) 
void workspace_update_urgent_flag ( Con ws  ) 

Goes through all clients on the given workspace and updates the workspace’s urgent flag accordingly.

Definition at line 278 of file workspace.c.

References DLOG, get_urgency_flag(), ipc_send_event(), and Con::urgent.

Referenced by con_focus(), handle_hints(), and handle_unmap_notify_event().

Here is the call graph for this function:

void ws_force_orientation ( Con ws,
orientation_t  orientation 
)

'Forces' workspace orientation by moving all cons into a new split-con with the same orientation as the workspace and then changing the workspace orientation.

Definition at line 293 of file workspace.c.

References con_attach(), con_detach(), con_fix_percent(), con_focus(), con_new(), DLOG, Con::layout, Con::orientation, Con::parent, TAILQ_EMPTY, and TAILQ_FIRST.

Referenced by tree_move().

Here is the call graph for this function:


Generated on 6 Aug 2011 for i3 by  doxygen 1.6.1