Lines Matching full:panels
18 // This class manages a set of panels.
34 // If an active panel is removed, pending panels could put on display if we
38 // Minimizes all panels. This only applies to active panels since only them
42 // Restores all panels. This only applies to active panels since only them
46 // Removes all active panels. Pending panels will be processed for display.
49 // Returns true if all active panels are in minimized state.
57 // Returns the number of active panels.
66 // Handles all the panels that're delayed to be removed.
72 // Rearranges the positions of the panels starting from the given iterator.
77 // Checks the pending panels to see if we show them when we have more space.
90 // Stores the active panels.
93 // Stores the panels that are pending to show.
96 // Stores the panels that are pending to remove. We want to delay the removal