Home
last modified time | relevance | path

Searched refs:Close (Results 1 – 25 of 44) sorted by relevance

12

/NW4C-1.3.3/sources/libraries/io/
Dio_HioFileStream.cpp84 this->Close(); in ~HioFileStream()
93 Close(); in Open()
124 Close(); in Open()
149 void HioFileStream::Close() in Close() function in nw::io::HioFileStream
153 nn::Result result = m_pOpenedFile->Close(); in Close()
Dio_RomFileStream.cpp54 Close(); in ~RomFileStream()
65 Close(); in Open()
102 Close(); in Open()
140 void RomFileStream::Close() in Close() function in nw::io::RomFileStream
/NW4C-1.3.3/include/nw/io/
Dio_IOStream.h220 virtual void Close() = 0;
Dio_RomFileStream.h47 virtual void Close();
Dio_HioFileStream.h47 virtual void Close();
/NW4C-1.3.3/include/nw/snd/
Dsnd_MemorySoundArchive.h130 virtual void Close();
Dsnd_HioSoundArchive.h107 void Close();
Dsnd_RomSoundArchive.h101 void Close();
Dsnd_SequenceTrack.h150 void Close();
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_HioSoundArchive.cpp32 Close(); in ~HioSoundArchive()
81 void HioSoundArchive::Close() in Close() function in nw::snd::HioSoundArchive
85 m_HostFile.Close(); in Close()
Dsnd_MemorySoundArchive.cpp196 void MemorySoundArchive::MemoryFileStream::Close() in Close() function in nw::snd::MemorySoundArchive::MemoryFileStream
Dsnd_SequenceTrack.cpp49 Close(); in ~SequenceTrack()
164 void SequenceTrack::Close() in Close() function in nw::snd::internal::driver::SequenceTrack
Dsnd_RomSoundArchive.cpp51 Close(); in ~RomSoundArchive()
137 void RomSoundArchive::Close() in Close() function in nw::snd::RomSoundArchive
/NW4C-1.3.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp231 file.Close(); in OpenSoundArchive()
309 m_Archive.Close(); in CloseSoundArchive()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_HioPacketChannel.cpp323 m_Serial.Close(); in ~HioPacketChannel()
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_node.ms.inc15 button btnClose "Close" pos:[8,320] width:304 height:24
170 button btnClose "Close" pos:[8,370] width:304 height:24
341 button btnClose "Close" pos:[8,360] width:304 height:24
634 button btnClose "Close" width:304 height:24
892 button btnClose "Close" width:474 height:24
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_node.ms.inc15 button btnClose "Close" pos:[8,320] width:304 height:24
170 button btnClose "Close" pos:[8,370] width:304 height:24
341 button btnClose "Close" pos:[8,360] width:304 height:24
634 button btnClose "Close" width:304 height:24
892 button btnClose "Close" width:474 height:24
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_node.ms.inc15 button btnClose "Close" pos:[8,320] width:304 height:24
170 button btnClose "Close" pos:[8,370] width:304 height:24
341 button btnClose "Close" pos:[8,360] width:304 height:24
634 button btnClose "Close" width:304 height:24
892 button btnClose "Close" width:474 height:24
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_node.ms.inc15 button btnClose "Close" pos:[8,320] width:304 height:24
170 button btnClose "Close" pos:[8,370] width:304 height:24
341 button btnClose "Close" pos:[8,360] width:304 height:24
634 button btnClose "Close" width:304 height:24
892 button btnClose "Close" width:474 height:24
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetCameraFovy.mel184 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;
DNW4C_SetFrameExtensionList.mel181 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;
DNW4C_SetNoCompressNode.mel268 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;
DNW4C_SetBillboard.mel301 string $closeBtn = `button -h 26 -l "Close" -c $closeCmd`;
/NW4C-1.3.3/demos/snd/withSdk/sources/
Dmain.cpp286 m_Archive.Close(); in OnFinalize()
/NW4C-1.3.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp306 m_Archive.Close(); in OnFinalize()

12