#include "GaudiKernel/DeclareFactoryEntries.h"
Include dependency graph for GiGaVisUI_load.cpp:
Go to the source code of this file.
Functions | |
DECLARE_FACTORY_ENTRIES (Test) |
DECLARE_FACTORY_ENTRIES | ( | Test | ) |
Definition at line 14 of file GiGaVisUI_load.cpp.
00014 { 00015 00016 // UI & Vis 00017 DECLARE_TOOL( GiGaUIsession ); 00018 DECLARE_TOOL( GiGaVisManager ); 00019 DECLARE_TOOL( GiGaSetVisAttributes ); 00020 00021 }