Planeshift
|
#include "paws/pawswidget.h"
#include "paws/pawslistbox.h"
#include "paws/pawsbutton.h"
#include "paws/pawsstringpromptwindow.h"
Go to the source code of this file.
Classes | |
class | pawsPetitionGMWindow |
Window contains a manageable list of petitions. More... | |
Defines | |
#define | MAX_GMPETITION_LENGTH (65) |
Defines the length a petition can be before it is truncated with an ellipse: "this is a long...". | |
Enumerations | |
enum | { PGMCOL_LVL = 0, PGMCOL_GM = 1, PGMCOL_PLAYER = 2, PGMCOL_ONLINE = 3, PGMCOL_STATUS = 4, PGMCOL_CREATED = 5, PGMCOL_PETITION = 6 } |
Enum of the columns for the listbox: More... | |
Functions | |
CREATE_PAWS_FACTORY (pawsPetitionGMWindow) | |
The pawsPetitionGMWindow factory. |
#define MAX_GMPETITION_LENGTH (65) |
Defines the length a petition can be before it is truncated with an ellipse: "this is a long...".
Definition at line 42 of file pawspetitiongmwindow.h.
anonymous enum |
Enum of the columns for the listbox:
PGMCOL_LVL | |
PGMCOL_GM | |
PGMCOL_PLAYER | |
PGMCOL_ONLINE | |
PGMCOL_STATUS | |
PGMCOL_CREATED | |
PGMCOL_PETITION |
Definition at line 29 of file pawspetitiongmwindow.h.
CREATE_PAWS_FACTORY | ( | pawsPetitionGMWindow | ) |
The pawsPetitionGMWindow factory.