libyui-gtk  2.44.10
YGDialog Class Reference
Inheritance diagram for YGDialog:
Collaboration diagram for YGDialog:

Public Member Functions

 YGDialog (YDialogType dialogType, YDialogColorMode colorMode)
 
void setDefaultButton (YPushButton *newDefaultButton)
 Set the dialog's default button.
 
virtual GtkWidget * getContainer ()
 
void setCloseCallback (YGWindowCloseFn closeCallback, void *closeData)
 
void unsetCloseCallback ()
 
void normalCursor ()
 
void busyCursor ()
 
virtual void doSetSize (int width, int height)
 
virtual void openInternal ()
 
virtual void activate ()
 
void present ()
 
virtual YEvent * waitForEventInternal (int timeout_millisec)
 
virtual YEvent * pollEventInternal ()
 
virtual void highlight (YWidget *child)
 
void setTitle (const std::string &title, bool sticky=false)
 
void setIcon (const std::string &icon)
 
YWidget * getFunctionWidget (int key)
 
std::list< YWidget * > getClassWidgets (const char *className)
 
- Public Member Functions inherited from YGWidget
 YGWidget (YWidget *ywidget, YWidget *yparent, GType type, const char *property_name,...)
 
 YGWidget (YWidget *ywidget, YWidget *yparent, GtkWidget *gtkwidget, const char *property_name,...)
 
virtual GtkWidget * getWidget ()
 
GtkWidget * getLayout ()
 
virtual bool doSetKeyboardFocus ()
 
virtual void doSetEnabled (bool enabled)
 
virtual void doSetUseBoldFont (bool useBold)
 
virtual void doAddChild (YWidget *child, GtkWidget *container)
 
virtual void doRemoveChild (YWidget *child, GtkWidget *container)
 
virtual int doPreferredSize (YUIDimension dimension)
 
const char * getWidgetName () const
 
virtual std::string getDebugLabel () const
 
void setBorder (unsigned int border)
 
virtual unsigned int getMinSize (YUIDimension dim)
 

Static Public Member Functions

static YGDialogcurrentDialog ()
 
static GtkWindow * currentWindow ()
 
- Static Public Member Functions inherited from YGWidget
static YGWidgetget (YWidget *y_widget)
 

Friends

class YGWindow
 

Additional Inherited Members

- Protected Types inherited from YGWidget
enum  EventFlags { DELAY_EVENT = 2, IGNORE_NOTIFY_EVENT = 4, IF_NOT_PENDING_EVENT = 8 }
 
- Protected Member Functions inherited from YGWidget
void emitEvent (YEvent::EventReason reason, EventFlags flags=(EventFlags) 0)
 
void connect (gpointer object, const char *name, GCallback callback, gpointer data, bool after=true)
 
void blockSignals ()
 
void unblockSignals ()
 
void construct (YWidget *ywidget, YWidget *yparent, GtkWidget *gtkwidget, const char *property_name, va_list args)
 
- Protected Attributes inherited from YGWidget
Signalsm_signals
 
GtkWidget * m_widget
 
GtkWidget * m_adj_size
 
YWidget * m_ywidget
 

Detailed Description

Definition at line 14 of file YGDialog.h.


The documentation for this class was generated from the following files: