|
JG ROOT Tools libraries
version 5.0 - august 2014
|
#include <RGTestWidget.hh>
Public Member Functions | |
| RGTestWidget (const TGWindow *parent, const TGWindow *main, TGFrame *widget=NULL, const UInt_t layout=kLHintsExpandX|kLHintsExpandY) | |
| virtual | ~RGTestWidget () |
| TGFrame * | GetTestedWidget () |
| virtual void | Request () |
| virtual void | Quit () |
| ClassDef (RGTestWidget, 0) | |
Protected Member Functions | |
| RGTestWidget (const RGTestWidget &req) | |
| virtual void | SetTestedWidget (TGFrame *wid, const UInt_t layout=kLHintsExpandX|kLHintsExpandY) |
Protected Attributes | |
| TGFrame * | w_test |
| Pointer to widget to be tested. | |
Private Member Functions | |
| GObject (RGTestWidget) | |
Class for widget tests: it creates a request window with the widget to be tested.
| RGTestWidget::RGTestWidget | ( | const TGWindow * | parent, |
| const TGWindow * | main, | ||
| TGFrame * | widget = NULL, |
||
| const UInt_t | layout = kLHintsExpandX | kLHintsExpandY |
||
| ) |
Constructor.
| parent | pointer to parent window |
| main | pointer to application main window |
| widget | pointer to tested widget |
| layout | widget layout |
References SetTestedWidget(), and w_test.
|
protected |
Copy constructor, not implemented.
| req | object to copy |
|
virtual |
Destructor.
Referenced by Quit().
|
private |
Macro from GCpp library that defines the following functions:
|
protectedvirtual |
Set the widget to be tested.
| wid | widget pointer |
| layout | widget layout |
References w_test.
Referenced by RGTestWidget().
|
inline |
Get the tested widget pointer.
References w_test.
|
virtual |
Start the requester.
|
virtual |
Close the window (called from close window button).
References ~RGTestWidget().
| RGTestWidget::ClassDef | ( | RGTestWidget | , |
| 0 | |||
| ) |
For ROOT dictionary.