|
|||
|
|||
|
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ListItem |
| An item in a listmode's list. More... | |
| class | ListLimit |
| The number of items a listmode's list may contain. More... | |
| class | ListModeRequest |
| A request used to check if a user is on a channel's list or not. More... | |
| class | ListModeBase |
| The base class for list modes, should be inherited. More... | |
Typedefs | |
| typedef std::vector< ListItem > | modelist |
| Items stored in the channel's list. | |
| typedef std::vector< ListLimit > | limitlist |
| Max items per channel by name. | |
Functions | |
| std::string | stringtime () |
| Get the time as a string. | |
|
|
Max items per channel by name.
Definition at line 50 of file u_listmode.h. |
|
|
Items stored in the channel's list.
Definition at line 47 of file u_listmode.h. |
|
|
Get the time as a string.
Definition at line 19 of file u_listmode.h. Referenced by ListModeBase::OnModeChange(). |