gwenhywfar
4.8.0beta
|
#import "CocoaProgressbar.h"
Go to the source code of this file.
Data Structures | |
struct | W_PROGRESSBAR |
Typedefs | |
typedef struct W_PROGRESSBAR | W_PROGRESSBAR |
Functions | |
static void GWENHYWFAR_CB | CocoaGui_WProgressBar_FreeData (void *bp, void *p) |
static GWENHYWFAR_CB const char * | CocoaGui_WProgressBar_GetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue) |
static GWENHYWFAR_CB int | CocoaGui_WProgressBar_GetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue) |
static GWENHYWFAR_CB int | CocoaGui_WProgressBar_SetCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal) |
static GWENHYWFAR_CB int | CocoaGui_WProgressBar_SetIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal) |
int | CocoaGui_WProgressBar_Setup (GWEN_WIDGET *w) |
typedef struct W_PROGRESSBAR W_PROGRESSBAR |
Definition at line 13 of file w_progressbar.mm.
|
static |
Definition at line 181 of file w_progressbar.mm.
References GWEN_FREE_OBJECT.
Referenced by CocoaGui_WProgressBar_Setup().
|
static |
Definition at line 169 of file w_progressbar.mm.
References DBG_WARN, GWEN_LOGDOMAIN, GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WProgressBar_Setup().
|
static |
Definition at line 107 of file w_progressbar.mm.
References COCOA_DIALOG_WIDGET_REAL, W_PROGRESSBAR::currentValue, DBG_WARN, GWEN_DialogProperty_Enabled, GWEN_DialogProperty_Focus, GWEN_DialogProperty_Height, GWEN_DialogProperty_MaxValue, GWEN_DialogProperty_MinValue, GWEN_DialogProperty_Value, GWEN_DialogProperty_Width, GWEN_INHERIT_GETDATA, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), GWEN_Widget_Type_toString(), W_PROGRESSBAR::maxValue, and W_PROGRESSBAR::minValue.
Referenced by CocoaGui_WProgressBar_Setup().
|
static |
Definition at line 155 of file w_progressbar.mm.
References DBG_WARN, GWEN_ERROR_INVALID, GWEN_LOGDOMAIN, GWEN_Widget_GetType(), and GWEN_Widget_Type_toString().
Referenced by CocoaGui_WProgressBar_Setup().
|
static |
Definition at line 26 of file w_progressbar.mm.
References COCOA_DIALOG_WIDGET_REAL, W_PROGRESSBAR::currentValue, DBG_WARN, GWEN_DialogProperty_Enabled, GWEN_DialogProperty_Focus, GWEN_DialogProperty_Height, GWEN_DialogProperty_MaxValue, GWEN_DialogProperty_MinValue, GWEN_DialogProperty_Value, GWEN_DialogProperty_Width, GWEN_ERROR_INVALID, GWEN_INHERIT_GETDATA, GWEN_LOGDOMAIN, GWEN_Widget_GetImplData(), GWEN_Widget_GetType(), GWEN_Widget_Type_toString(), W_PROGRESSBAR::maxValue, and W_PROGRESSBAR::minValue.
Referenced by CocoaGui_WProgressBar_Setup().
int CocoaGui_WProgressBar_Setup | ( | GWEN_WIDGET * | w) |
Definition at line 190 of file w_progressbar.mm.
References COCOA_DIALOG_WIDGET_CONTENT, COCOA_DIALOG_WIDGET_REAL, CocoaGui_WProgressBar_FreeData(), CocoaGui_WProgressBar_GetCharProperty(), CocoaGui_WProgressBar_GetIntProperty(), CocoaGui_WProgressBar_SetCharProperty(), CocoaGui_WProgressBar_SetIntProperty(), CocoaProgressbar::fillX, CocoaProgressbar::fillY, GWEN_INHERIT_SETDATA, GWEN_NEW_OBJECT, GWEN_Widget_AddChildGuiWidget(), GWEN_WIDGET_FLAGS_FILLX, GWEN_WIDGET_FLAGS_FILLY, GWEN_Widget_GetFlags(), GWEN_Widget_SetGetCharPropertyFn(), GWEN_Widget_SetGetIntPropertyFn(), GWEN_Widget_SetImplData(), GWEN_Widget_SetSetCharPropertyFn(), and GWEN_Widget_SetSetIntPropertyFn().
Referenced by CocoaGui_Dialog_SetupTree().