Searched defs:stack (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dmessage-context.cpp14 #include "message-stack.h"
18 MessageContext::MessageContext(MessageStack *stack) argument
19 : _stack(stack), _message_id(0), _flash_message_id(0)
H A Dmessage-stack.h2 * 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 usin
160 MessageStack *stack; member in struct:Inkscape::MessageStack::Message
[all...]
H A Dselection-describer.cpp97 SelectionDescriber::SelectionDescriber(Inkscape::Selection *selection, MessageStack *stack, char *when_selected, char *when_nothing) argument
98 : _context(stack),
/inkscape/src/debug/
H A Dlogger.cpp63 static TagStack stack; local
64 return stack;
/inkscape/src/libuemf/
H A Duemf.h3318 uint32_t *stack; //!< handles are either on the stack or in the table member in struct:__anon224
3321 uint32_t sptr; //!< Pointer to next available handle in the stack

Completed in 222 milliseconds