src/messagelog.h

changeset 539
72ad83a67165
parent 538
2f85d4d286e5
child 540
0334789cb4d7
equal deleted inserted replaced
538:2f85d4d286e5 539:72ad83a67165
36 * where each line's expiry is checked for. Lines begin to fade out when nearing 36 * where each line's expiry is checked for. Lines begin to fade out when nearing
37 * their expiry. If the message manager's lines change, the renderer undergoes 37 * their expiry. If the message manager's lines change, the renderer undergoes
38 * repainting. 38 * repainting.
39 */ 39 */
40 class MessageManager : public QObject 40 class MessageManager : public QObject
41 { Q_OBJECT 41 { Q_OBJECT
42 PROPERTY (GLRenderer*, renderer, setRenderer) 42 PROPERTY (public, GLRenderer*, Renderer, NO_OPS, NO_CB)
43 43
44 public: 44 public:
45 // Single line of the message log. 45 // Single line of the message log.
46 class Line 46 class Line
47 { public: 47 { public:

mercurial