Home
last modified time | relevance | path

Searched refs:clFileAssociationsWin (Results 1 – 1 of 1) sorted by relevance

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dfileassociations.cpp196 class clFileAssociationsWin: public NCDialog class
205 clFileAssociationsWin( NCDialogParent* parent, std::vector<clNCFileAssociation>* Associations ) in clFileAssociationsWin() function in clFileAssociationsWin
256 virtual ~clFileAssociationsWin();
261 int clFileAssociationsWin::UiGetClassId() { return uiClassFileAssociations; } in UiGetClassId()
263 bool clFileAssociationsWin::Command( int id, int subId, Win* win, void* data ) in Command()
323 bool clFileAssociationsWin::Key( cevent_key* pEvent ) in Key()
367 bool clFileAssociationsWin::EventChildKey( Win* child, cevent_key* pEvent ) in EventChildKey()
374 bool clFileAssociationsWin::EventKey( cevent_key* pEvent ) in EventKey()
381 clFileAssociationsWin::~clFileAssociationsWin() in ~clFileAssociationsWin()
390 clFileAssociationsWin Dialog( Parent, &LocalAssociations ); in FileAssociationsDlg()