GenericTestApp

 

Derived from: public BApplication

Declared in: GenericTestApp.h

Library: none


Overview

Provides a skeletal BApplicaion/BWindow implementation to construct a generic window for testing GUI code. Simply plug the appropriate test code into the GenericWindow constructor. This is particularly useful for putting together BeOS bug test cases to send to developer technical support.


Constructor and Destructor


GenericApp()

 

      GenericApp(const char* signature)

 

Creates a GenericWindow.

See also: the BApplication constructor


~GenericApp()

 

      ~GenericApp()

 

Does nothing


GenericWindow()

 

      GenericWindow()

 

Creates a GenericWindow and puts it onscreen.

See also: the BWindow constructor


~GenericWindow()

 

      ~GenericWindow()

 

Does nothing


 

By Brian Tietz

Copyright 2000

Bug reports (including documentation errors) and feature requests can be sent to briant@timelinevista.com.