OpenStudio:shared_gui_components
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Slots | Public Member Functions | Public Attributes | List of all members
openstudio::LocalLibraryController Class Reference

#include <LocalLibraryController.hpp>

+ Inheritance diagram for openstudio::LocalLibraryController:

Public Slots

void showMeasures ()
 
void showMyMeasuresFolder ()
 

Public Member Functions

 LocalLibraryController (openstudio::BaseApp *t_app, bool onlyShowModelMeasures=false)
 
void reset ()
 
QPointer< LibraryItemselectedItem () const
 
virtual ~LocalLibraryController ()
 

Public Attributes

QPointer< LocalLibraryViewlocalLibraryView
 

Constructor & Destructor Documentation

openstudio::LocalLibraryController::LocalLibraryController ( openstudio::BaseApp t_app,
bool  onlyShowModelMeasures = false 
)
virtual openstudio::LocalLibraryController::~LocalLibraryController ( )
virtual

Member Function Documentation

void openstudio::LocalLibraryController::reset ( )
QPointer<LibraryItem> openstudio::LocalLibraryController::selectedItem ( ) const
void openstudio::LocalLibraryController::showMeasures ( )
slot
void openstudio::LocalLibraryController::showMyMeasuresFolder ( )
slot

Member Data Documentation

QPointer<LocalLibraryView> openstudio::LocalLibraryController::localLibraryView