nux-0.9.46

nux::FileSelector Class Reference

#include <Nux/FileSelector.h>

Inheritance diagram for nux::FileSelector:
nux::View nux::InputArea nux::Area nux::InitiallyUnownedObject nux::Focusable nux::Object nux::Trackable

Public Member Functions

 FileSelector (NUX_FILE_LINE_PROTO)
 ~FileSelector ()
virtual long ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo)
virtual void Draw (GraphicsEngine &GfxContext, bool force_draw)
virtual void DrawContent (GraphicsEngine &GfxContext, bool force_draw)
virtual void PostDraw (GraphicsEngine &GfxContext, bool force_draw)
void RecvMouseEnter (int x, int y, unsigned long button_flags, unsigned long key_flags)
void RecvMouseLeave (int x, int y, unsigned long button_flags, unsigned long key_flags)
void RecvOpenButtonClick (int x, int y, unsigned long button_flags, unsigned long key_flags)

Data Fields

sigc::signal< void > sigClick

Constructor & Destructor Documentation

nux::FileSelector::FileSelector ( NUX_FILE_LINE_PROTO  )
nux::FileSelector::~FileSelector ( )

Member Function Documentation

virtual void nux::FileSelector::Draw ( GraphicsEngine GfxContext,
bool  force_draw 
) [virtual]

Implements nux::View.

virtual void nux::FileSelector::DrawContent ( GraphicsEngine GfxContext,
bool  force_draw 
) [virtual]

Reimplemented from nux::View.

virtual void nux::FileSelector::PostDraw ( GraphicsEngine GfxContext,
bool  force_draw 
) [virtual]

Reimplemented from nux::View.

virtual long nux::FileSelector::ProcessEvent ( IEvent ievent,
long  TraverseInfo,
long  ProcessEventInfo 
) [virtual]

Implements nux::View.

void nux::FileSelector::RecvMouseEnter ( int  x,
int  y,
unsigned long  button_flags,
unsigned long  key_flags 
)
void nux::FileSelector::RecvMouseLeave ( int  x,
int  y,
unsigned long  button_flags,
unsigned long  key_flags 
)
void nux::FileSelector::RecvOpenButtonClick ( int  x,
int  y,
unsigned long  button_flags,
unsigned long  key_flags 
)

Field Documentation

sigc::signal<void> nux::FileSelector::sigClick

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