Choreonoid  1.5
Public Member Functions | Static Public Member Functions | List of all members
cnoid::App Class Reference

#include <App.h>

Inheritance diagram for cnoid::App:

Public Member Functions

 App (int &argc, char **&argv)
 
 ~App ()
 
void initialize (const char *appName, const char *vendorName, const QIcon &icon, const char *pluginPathList)
 
int exec ()
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 

Static Public Member Functions

static void clearFocusView ()
 

Constructor & Destructor Documentation

App::App ( int &  argc,
char **&  argv 
)
App::~App ( )

Member Function Documentation

void App::clearFocusView ( )
static

This function is called by a View oject when the object to delete is the current focus view.

bool App::eventFilter ( QObject *  watched,
QEvent *  event 
)
virtual
int App::exec ( )
void App::initialize ( const char *  appName,
const char *  vendorName,
const QIcon &  icon,
const char *  pluginPathList 
)

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