Lines Matching defs:stack
2 * Raw stack of active status messages
33 * A class which holds a stack of displayed messages.
35 * Messages can be pushed onto the top of the stack, and removed
36 * from any point in the stack by their id.
39 * automatically removed from the stack a fixed period of time
58 /** @brief returns the type of message currently at the top of the stack */
63 * the stack
70 * the topmost message on the stack changes.
77 /** @brief pushes a message onto the stack
86 /** @brief pushes a message onto the stack using printf-like formatting
95 /** @brief pushes a message onto the stack using printf-like formatting,
106 /** @brief removes a message from the stack, given its id
108 * This method will remove a message from the stack if it has not
109 * already been removed. It may be removed from any part of the stack.
116 * Temporarily pushes a message onto the stack.
126 * Temporarily pushes a message onto the stack.
136 /** @brief temporarily pushes a message onto the stack using
146 /** @brief temporarily pushes a message onto the stack using
160 MessageStack *stack;
170 /// pushes a message onto the stack with an optional timeout
178 Message *_messages; ///< the stack of messages as a linked list