Wt::Dialog Class Reference

#include <dialog.h>

Inherits Wt::Window.

List of all members.

Public Types

 Accepted
 Rejected
enum  { Accepted, Rejected }

Public Member Functions

 Dialog (Widget *parent=0, const std::string &name="Dialog::anon", int wflags=0)
int result () const
int exec ()

Protected Member Functions

void setResult (int result)
virtual void done (int r)
virtual void accept ()
virtual void reject ()


Member Enumeration Documentation

anonymous enum

Enumerator:
Accepted 
Rejected 


Constructor & Destructor Documentation

Wt::Dialog::Dialog ( Widget parent = 0,
const std::string &  name = "Dialog::anon",
int  wflags = 0 
)


Member Function Documentation

void Wt::Dialog::accept (  )  [protected, virtual]

void Wt::Dialog::done ( int  r  )  [protected, virtual]

int Wt::Dialog::exec (  ) 

void Wt::Dialog::reject (  )  [protected, virtual]

int Wt::Dialog::result (  )  const

void Wt::Dialog::setResult ( int  result  )  [protected]


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

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.