Searched refs:Soft_Label_Key_Set (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursslk.cc40 Soft_Label_Key_Set::Soft_Label_Key&
41 Soft_Label_Key_Set::Soft_Label_Key::operator=(char *text)
49 long Soft_Label_Key_Set::count = 0L;
50 int Soft_Label_Key_Set::num_labels = 0;
52 Soft_Label_Key_Set::Label_Layout
53 Soft_Label_Key_Set::format = None;
55 void Soft_Label_Key_Set::init()
64 Soft_Label_Key_Set::Soft_Label_Key_Set() function in class:Soft_Label_Key_Set
73 Soft_Label_Key_Set function in class:Soft_Label_Key_Set
[all...]
H A Dcursesapp.cc73 Soft_Label_Key_Set* S;
95 void NCursesApplication::push(Soft_Label_Key_Set& S)
113 Soft_Label_Key_Set* xx = top();
121 Soft_Label_Key_Set* NCursesApplication::top() const
126 return static_cast<Soft_Label_Key_Set*>(0);
132 Soft_Label_Key_Set* S = 0;
137 Soft_Label_Key_Set::Label_Layout fmt = useSLKs();
138 if (fmt!=Soft_Label_Key_Set::None) {
139 S = new Soft_Label_Key_Set(fmt);
149 if (fmt!=Soft_Label_Key_Set
[all...]
H A Dcursslk.h41 class NCURSES_IMPEXP Soft_Label_Key_Set { class
45 friend class Soft_Label_Key_Set;
139 // You must create a Soft_Label_Key_Set before you create any object of
142 Soft_Label_Key_Set(Label_Layout fmt);
146 NCURSES_IMPEXP Soft_Label_Key_Set();
148 Soft_Label_Key_Set& operator=(const Soft_Label_Key_Set& rhs)
157 Soft_Label_Key_Set(const Soft_Label_Key_Set& rhs) function in class:Soft_Label_Key_Set
164 virtual ~Soft_Label_Key_Set();
[all...]
H A Dcursesapp.h45 Soft_Label_Key_Set* SLKs;
76 virtual Soft_Label_Key_Set::Label_Layout useSLKs() const {
77 return Soft_Label_Key_Set::None;
82 virtual void init_labels(Soft_Label_Key_Set& S) const {
130 void push(Soft_Label_Key_Set& S);
137 Soft_Label_Key_Set* top() const;
H A Ddemo.cc312 Soft_Label_Key_Set* S = new Soft_Label_Key_Set;
318 (*S)[i] = Soft_Label_Key_Set::Soft_Label_Key::Left; // Justification
519 Soft_Label_Key_Set::Label_Layout useSLKs() const {
520 return Soft_Label_Key_Set::PC_Style_With_Index;
522 void init_labels(Soft_Label_Key_Set& S) const;
531 void TestApplication::init_labels(Soft_Label_Key_Set& S) const
538 S[i] = Soft_Label_Key_Set::Soft_Label_Key::Left; // Justification

Completed in 186 milliseconds