ReactOS 0.4.15-dev-7931-gfd331f1
ShellPathInfo Struct Reference

information structure to hold current shell folder information More...

#include <shellbrowser.h>

Collaboration diagram for ShellPathInfo:

Public Member Functions

 ShellPathInfo (int mode=0)
 
 ShellPathInfo (const ShellChildWndInfo &info)
 

Public Attributes

ShellPath _shell_path
 
ShellPath _root_shell_path
 
int _open_mode
 

Detailed Description

information structure to hold current shell folder information

Definition at line 34 of file shellbrowser.h.

Constructor & Destructor Documentation

◆ ShellPathInfo() [1/2]

ShellPathInfo::ShellPathInfo ( int  mode = 0)
inline

Definition at line 36 of file shellbrowser.h.

36: _open_mode(mode) {}
GLenum mode
Definition: glext.h:6217

◆ ShellPathInfo() [2/2]

ShellPathInfo::ShellPathInfo ( const ShellChildWndInfo info)
inline

Definition at line 38 of file shellbrowser.h.

39 : _shell_path(info._shell_path),
40 _root_shell_path(info._root_shell_path),
41 _open_mode(info._open_mode)
42 {
43 }
ShellPath _shell_path
Definition: shellbrowser.h:45
ShellPath _root_shell_path
Definition: shellbrowser.h:46

Member Data Documentation

◆ _open_mode

int ShellPathInfo::_open_mode

◆ _root_shell_path

ShellPath ShellPathInfo::_root_shell_path

Definition at line 46 of file shellbrowser.h.

Referenced by ShellBrowser::Init(), and SDIMainFrame::WndProc().

◆ _shell_path

ShellPath ShellPathInfo::_shell_path

Definition at line 45 of file shellbrowser.h.

Referenced by ShellBrowser::Init(), and SDIMainFrame::jump_to().


The documentation for this struct was generated from the following file: